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]
|
||||
Type=simple
|
||||
User=scrumblr
|
||||
Group=scrumblr
|
||||
User=root
|
||||
WorkingDirectory=/var/www/scrumblr
|
||||
ExecStart=node server.js --port 85
|
||||
ExecStart=/usr/bin/node server.js --port 85
|
||||
Restart=always
|
||||
Environment=USER=scrumblr HOME=/var/www/scrumblr
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue