1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gancio_ynh.git synced 2024-09-03 20:36:19 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2024-05-27 10:30:09 +02:00
parent 9ca3f99444
commit c6a44f0268

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NODE__ server/cli.js start --config ./config.json
ExecStart=__YNH_NODE__ server/cli.js start --config __INSTALL_DIR__/config.json
# Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these