We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e5b701 + e63229a commit f45e6ddCopy full SHA for f45e6dd
client-services/wanpad-startup/startup.sh
@@ -3,8 +3,10 @@
3
# You need to mention the scripts you want to
4
# run at startup here.
5
6
-. /etc/wanpad/client-services/wanpad-startup-1.sh
7
-. /etc/wanpad/client-services/wanpad-startup-2.sh
8
-. /etc/wanpad/client-services/wanpad-startup-3.sh
+DIR="/etc/wanpad/wanpad-startup"
+
+. ${DIR}/wanpad-startup-1.sh
9
+. ${DIR}/wanpad-startup-2.sh
10
+. ${DIR}/wanpad-startup-3.sh
11
12
client-services/wanpad-startup/wanpad-startup.service
@@ -6,7 +6,7 @@ Description=WANPAD startup service
[Service]
Type=simple
User=root
-ExecStart=/etc/wanpad/client-services/wanpad-startup/startup.sh
+ExecStart=/etc/wanpad/wanpad-startup/startup.sh
[Install]
WantedBy=multi-user.target
0 commit comments