mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Update scrumblr.service
This commit is contained in:
parent
0f03a924f3
commit
06906a1b48
1 changed files with 2 additions and 3 deletions
|
@ -5,10 +5,9 @@ After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=scrumblr
|
User=root
|
||||||
Group=scrumblr
|
|
||||||
WorkingDirectory=/var/www/scrumblr
|
WorkingDirectory=/var/www/scrumblr
|
||||||
ExecStart=node server.js --port 85
|
ExecStart=/usr/bin/node server.js --port 85
|
||||||
Restart=always
|
Restart=always
|
||||||
Environment=USER=scrumblr HOME=/var/www/scrumblr
|
Environment=USER=scrumblr HOME=/var/www/scrumblr
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue