|
@@ -5,8 +5,8 @@ After=docker.service network-online.target
|
|
|
|
|
|
[Service]
|
|
|
Restart=always
|
|
|
-ExecStart=/bin/bash /etc/systemd/system/scripts/eiru-bootup.sh
|
|
|
-ExecStop=/bin/bash /etc/systemd/system/scripts/eiru-bootup.sh stop
|
|
|
+ExecStart=./etc/systemd/system/scripts/eiru-bootup.sh
|
|
|
+ExecStop=./etc/systemd/system/scripts/eiru-bootup.sh stop
|
|
|
|
|
|
[Install]
|
|
|
WantedBy=multi-user.target
|