1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gamja_ynh.git synced 2024-09-03 18:36:34 +02:00
gamja_ynh/conf/systemd.service
2022-04-18 12:27:06 +02:00

13 lines
301 B
Desktop File

[Unit]
Description=Websocket gateway to IRC networks
After=network.target
[Service]
User=__APP__
Group=__APP__
ExecStart=__WEBIRCGATEWAY_PATH__/webircgateway --config=__WEBIRCGATEWAY_PATH__/config.conf
ExecReload=/usr/bin/kill -USR1 $MAINPID
LimitNOFILE=1048576
[Install]
WantedBy=multi-user.target