These changes will prevent services from being restarted without any changes whenever no changes have been made
11 lines
185 B
Django/Jinja
11 lines
185 B
Django/Jinja
[Unit]
|
|
Description=Tmux startup script
|
|
|
|
[Service]
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/home/sonny/.local/bin/tmux_start
|
|
Type=forking
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target
|