mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Update systemd.service
This commit is contained in:
parent
0007fabb6e
commit
e858b5b550
1 changed files with 3 additions and 5 deletions
|
@ -11,11 +11,9 @@ EnvironmentFile=__INSTALL_DIR__/.env
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
ExecStart=__YNH_NODE__ __INSTALL_DIR__/main.js
|
ExecStart=__YNH_NODE__ __INSTALL_DIR__/main.js
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
#StartLimitInterval=86400
|
SuccessExitStatus=143
|
||||||
#StartLimitBurst=5
|
#RestartSec=10
|
||||||
RestartSec=10
|
#ExecReload=/bin/kill -USR1 $MAINPID
|
||||||
ExecReload=/bin/kill -USR1 $MAINPID
|
|
||||||
RestartSec=10
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue