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:
parent
e4e1aa18db
commit
1325166799
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=CryptPad is an encrypted PAD Creator
|
||||
Description=CryptPad service
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
|
@ -10,7 +10,7 @@ Group=__APP__
|
|||
ExecStartPre=__NODEJS__
|
||||
WorkingDirectory=__FINALPATH__
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
ExecStart=__NODE__ server | tee /var/log/__APP__/__APP__.log
|
||||
ExecStart=__NODE__ __FINALPATH__server.js
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue