1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgwarehouse_ynh.git synced 2024-09-03 18:16:17 +02:00

Update systemd.service

This commit is contained in:
Limezy 2024-05-06 16:02:20 +07:00
parent d3185d55ac
commit 3749cf3b59

View file

@ -8,7 +8,7 @@ Type=simple
User=__APP__
Group=__APP__
Environment="__YNH_NODE_LOAD_PATH__"
WorkingDirectory=/home/__APP__/app
WorkingDirectory=/home/yunohost.app/__APP__/app
Environment=PORT=__PORT__
ExecStart=__YNH_NPM__ run start
Restart=on-failure