mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
14 lines
No EOL
349 B
Desktop File
14 lines
No EOL
349 B
Desktop File
[Unit]
|
|
Description=Websocket gateway to IRC networks
|
|
Documentation=https://github.com/kiwiirc/webircgateway
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=http
|
|
Group=http
|
|
ExecStart=/var/www/webircgateway/webircgateway --config=/var/www/webircgateway/config.conf
|
|
ExecReload=/usr/bin/kill -USR1 $MAINPID
|
|
LimitNOFILE=1048576
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |