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
2023-08-25 22:36:47 +02:00

13 lines
308 B
Desktop File

[Unit]
Description=Gamja: 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