Syncing up environment
This commit is contained in:
@@ -3,10 +3,12 @@ Description=TMUX/Weechat Session for User %I
|
||||
After=network.target shadow.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/tmux new-session -d -c IRC weechat
|
||||
Environment=HOME=/home/$I
|
||||
WorkingDirectory=/home/$I
|
||||
ExecStart=/usr/bin/tmux new-session -d -s IRC "weechat"
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
Restart=on-failed
|
||||
Restart=no
|
||||
Type=oneshot
|
||||
User=%I
|
||||
Group=%I
|
||||
|
Reference in New Issue
Block a user