Minor fix for tmux@ home folder

This commit is contained in:
DarkFeather 2021-01-16 13:25:17 -06:00
parent 814b7d1aac
commit c6ac64d75f
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ Description=TMUX/Weechat Session for User %I
After=network.target shadow.service
[Service]
Environment=HOME=/home/$I
WorkingDirectory=/home/$I
Environment=HOME=/home/%I
WorkingDirectory=/home/%I
ExecStart=/usr/bin/tmux new-session -d -s IRC "weechat"
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process