mirror of
https://github.com/YunoHost-Apps/timeoff_ynh.git
synced 2024-09-03 20:35:59 +02:00
Update systemd.service
This commit is contained in:
parent
22cc82cbb8
commit
b8b7611073
1 changed files with 2 additions and 3 deletions
|
@ -6,12 +6,11 @@ After=syslog.target network.target
|
|||
Type=simple
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
Environment="PORT=__PORT__"
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
#Environment="PORT=__PORT__"
|
||||
#Environment="PATH=__ENV_PATH__"
|
||||
Environment="NODE_ENV=production"
|
||||
WorkingDirectory=__FINALPATH__/
|
||||
ExecStart=__YNH_NODE__ bin/wwww
|
||||
#start
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue