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

Update cryptpad.service

This commit is contained in:
frju365 2017-04-07 23:08:05 +02:00 committed by GitHub
parent 6bed751aee
commit dd714cb356

View file

@ -5,11 +5,12 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
User=_USER_ User=__APP__
Group=__APP__
WorkingDirectory=_DIRECTORY_ WorkingDirectory=_DIRECTORY_
ExecStart=/usr/bin/node server.js --port _PORT_ ExecStart=/usr/bin/node server.js --port _PORT_
Restart=always Restart=always
Environment=USER=_APP_ HOME=_DIRECTORY_ Environment=USER=__APP__ HOME=_DIRECTORY_
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target