1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-12-21 12:18:20 +01:00
parent 0ac20ca517
commit 8d7858997b

View file

@ -9,7 +9,8 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__
Environment=PATH=__ENV_PATH__
Environment=NODE_ENV=production
ExecStart=__YNH_NPM__ __INSTALL_DIR__/server.js
ExecStart=__YNH_NPM__ start
#ExecStart=__YNH_NPM__ __INSTALL_DIR__/server.js
Restart=always
RestartSec=2
StandardOutput=journal