mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update cryptpad.service
This commit is contained in:
parent
b5243b40a5
commit
312bbb9955
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ After=network.target
|
|||
Type=simple
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=_DIRECTORY_
|
||||
WorkingDirectory=__DIRECTORY__
|
||||
ExecStart=/usr/bin/node server.js
|
||||
Restart=always
|
||||
Environment=USER=__APP__ HOME=_DIRECTORY_
|
||||
Environment=USER=__APP__ HOME=__DIRECTORY__
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue