1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00
kiwiirc_ynh/conf/systemd.service

15 lines
352 B
SYSTEMD
Raw Normal View History

2020-10-25 09:00:51 +01:00
[Unit]
Description=Websocket gateway to IRC networks
Documentation=https://github.com/kiwiirc/webircgateway
After=network.target
[Service]
2020-10-25 09:50:09 +01:00
User=www-data
Group=www-data
2020-10-25 09:27:51 +01:00
ExecStart=/var/www/webircgateway/kiwiirc --config=/var/www/webircgateway/config.conf
2020-10-25 09:00:51 +01:00
ExecReload=/usr/bin/kill -USR1 $MAINPID
LimitNOFILE=1048576
[Install]
2020-10-25 09:50:09 +01:00
WantedBy=multi-user.target