1
0
Fork 0
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:
Éric Gaspar 2023-03-23 23:08:26 +01:00
parent 0007fabb6e
commit e858b5b550

View file

@ -11,11 +11,9 @@ EnvironmentFile=__INSTALL_DIR__/.env
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__YNH_NODE__ __INSTALL_DIR__/main.js
Restart=on-failure
#StartLimitInterval=86400
#StartLimitBurst=5
RestartSec=10
ExecReload=/bin/kill -USR1 $MAINPID
RestartSec=10
SuccessExitStatus=143
#RestartSec=10
#ExecReload=/bin/kill -USR1 $MAINPID
[Install]
WantedBy=multi-user.target