1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Update conf/systemd.service

This commit is contained in:
tituspijean 2022-01-03 19:34:32 +01:00 committed by GitHub
parent aec4ac7e84
commit 48bcc865ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ WorkingDirectory=__FINALPATH__/
Environment="__YNH_NODE_LOAD_PATH__"
Environment="THELOUNGE_HOME=/home/yunohost.app/__APP__/"
Environment="NODE_ENV=production"
ExecStart==thelounge start
ExecStart=thelounge start
Restart=on-failure
RestartSec=5
StartLimitInterval=60s