1
0
Fork 0
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:
frju365 2017-04-08 14:26:30 +02:00 committed by GitHub
parent b5243b40a5
commit 312bbb9955

View file

@ -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