Create own role for yavdr-desktop

This commit is contained in:
Alexander Grothe
2018-02-12 08:48:12 +01:00
parent fa6f49de85
commit 218007ea77
16 changed files with 386 additions and 7439 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Start tmux in detached session
[Service]
EnvironmentFile=-%h/.session-env
Type=forking
ExecStart=/usr/bin/tmux new-session -s use-session -d
ExecStop=/usr/bin/tmux kill-session -t %u
Restart=always
[Install]
WantedBy=default.target