Minor fix for tmux@ home folder
This commit is contained in:
parent
814b7d1aac
commit
c6ac64d75f
@ -3,8 +3,8 @@ Description=TMUX/Weechat Session for User %I
|
|||||||
After=network.target shadow.service
|
After=network.target shadow.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=HOME=/home/$I
|
Environment=HOME=/home/%I
|
||||||
WorkingDirectory=/home/$I
|
WorkingDirectory=/home/%I
|
||||||
ExecStart=/usr/bin/tmux new-session -d -s IRC "weechat"
|
ExecStart=/usr/bin/tmux new-session -d -s IRC "weechat"
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
Loading…
Reference in New Issue
Block a user