summaryrefslogtreecommitdiff
path: root/script/systemd/mgw.service
diff options
context:
space:
mode:
Diffstat (limited to 'script/systemd/mgw.service')
-rw-r--r--script/systemd/mgw.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/systemd/mgw.service b/script/systemd/mgw.service
index 398d93c..4a19563 100644
--- a/script/systemd/mgw.service
+++ b/script/systemd/mgw.service
@@ -1,6 +1,6 @@
[Service]
-ExecStart=/opt/mgw/script/mgw.sh start
-ExecStop=/opt/mgw/script/mgw.sh stop
+ExecStart=/bin/bash /opt/mgw/script/systemd/mgw.sh start
+ExecStop=/bin/bash /opt/mgw/script/systemd/mgw.sh stop
Restart=always
[Install]
WantedBy=default.target