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

14 lines
301 B
SYSTEMD
Raw Normal View History

2022-02-05 12:03:12 +01:00
[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