1
0
Fork 0
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:
ericgaspar 2024-03-02 09:20:39 +01:00
parent db470867ae
commit cbd799c284

View file

@ -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