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:
frju365 2019-01-05 19:42:55 +01:00 committed by GitHub
parent cc996fc335
commit 5924746a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__"
ExecStart=__NODE__ server | tee /var/log/cryptpad/cryptpad.log
Environment=NODE_ENV=production
ExecStart=/bin/sh -c 'node server' | tee /var/log/cryptpad/cryptpad.log
Restart=always
[Install]