mirror of
https://github.com/YunoHost-Apps/dispatch_ynh.git
synced 2024-09-03 18:25:53 +02:00
Fix
This commit is contained in:
parent
2dbfd29914
commit
880cf7e347
2 changed files with 4 additions and 9 deletions
|
@ -16,5 +16,4 @@ location / {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,13 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Dispatch IRC client
|
Description=Dispatch IRC client
|
||||||
Wants=network-online.target
|
After=network.target
|
||||||
After=network-online.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=nogroup
|
Group=__APP__
|
||||||
|
WorkingDirectory=__FINALPATH__/
|
||||||
ExecStart=__FINALPATH__/dispatch
|
ExecStart=__FINALPATH__/dispatch
|
||||||
Restart=on-failure
|
|
||||||
RestartSec=5
|
|
||||||
StartLimitInterval=60s
|
|
||||||
StartLimitBurst=3
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue