Add systemd service setup

This commit is contained in:
Sonny Bakker 2020-11-29 17:28:23 +01:00
parent e64c4a9879
commit 4aa78f0c48
8 changed files with 79 additions and 1 deletions

View file

@ -0,0 +1,13 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
[Unit]
Description=Tmux startup script
[Service]
Environment=DISPLAY=:0
ExecStart=/home/sonny/.local/bin/tmux_start
Type=forking
RemainAfterExit=yes
[Install]
WantedBy=default.target