From e075f11bdb1b194062d153cad181a6b04ad8fcfc Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 15 Mar 2022 03:56:59 +0300 Subject: much fixes so improvements --- systemd/rt-pupflare@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') 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 -- cgit v1.2.3