mirror of
https://github.com/YunoHost-Apps/gamja_ynh.git
synced 2024-09-03 18:36:34 +02:00
Update soju.service
This commit is contained in:
parent
db470867ae
commit
cbd799c284
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=soju IRC bouncer service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=soju
|
||||
Restart=always
|
||||
ExecStart=/usr/bin/soju --config /etc/soju/config
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
RuntimeDirectory=soju
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue