arch-setup/templates/tmux.j2
Sonny Bakker 8e7d6db56b Remove template timestamps & move tasks to handlers
These changes will prevent services from being restarted without any changes
whenever no changes have been made
2024-03-16 10:36:59 +01:00

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