1
0
Fork 0
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:
ericgaspar 2022-02-09 18:21:20 +01:00
parent e0e11c9fa8
commit 53be591933
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -10,7 +10,7 @@ Group=__APP__
Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
WorkingDirectory=__FINALPATH__/
ExecStart=__YNH_NODE__ start #bin/wwww
ExecStart=__YNH_NODE__ bin/wwww #start
Restart=always
[Install]