diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-03-15 03:56:59 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-03-15 03:56:59 +0300 |
commit | e075f11bdb1b194062d153cad181a6b04ad8fcfc (patch) | |
tree | fdadba7ab1c19c70cff5e247e173ad0bf939b8a6 /systemd | |
parent | 4f867d7cbcb7cd23b9cdfab3422bad9dc4a92415 (diff) |
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/rt-pupflare@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/rt-pupflare@.service b/systemd/rt-pupflare@.service index b96a902..c2362f5 100644 --- a/systemd/rt-pupflare@.service +++ b/systemd/rt-pupflare@.service @@ -10,7 +10,7 @@ Restart=on-failure ProtectSystem=full PrivateDevices=true WorkingDirectory=/opt/thirdparty -ExecStart=/usr/bin/node $INSTALL_DIR/index.js $PARAMS +ExecStart=/usr/bin/node $INSTALL_DIR/app.js $PARAMS [Install] WantedBy=multi-user.target |