mirror of
https://github.com/YunoHost-Apps/gamja_ynh.git
synced 2024-09-03 18:36:34 +02:00
14 lines
301 B
SYSTEMD
14 lines
301 B
SYSTEMD
|
[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
|