Use EnvironmentFile for tmux service

This commit is contained in:
Sonny Bakker 2026-09-04 14:19:22 +02:00
parent bed0959126
commit 93f4b81fb9
3 changed files with 25 additions and 2 deletions

View file

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