Skip to content

Commit

Permalink
Merge pull request #21 from HoopadCorp/bugfix/startup_sh_addresses
Browse files Browse the repository at this point in the history
Bugfix/startup sh addresses
  • Loading branch information
mohsenkamini authored Feb 28, 2023
2 parents 8e5b701 + e63229a commit f45e6dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions client-services/wanpad-startup/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
# You need to mention the scripts you want to
# run at startup here.

. /etc/wanpad/client-services/wanpad-startup-1.sh
. /etc/wanpad/client-services/wanpad-startup-2.sh
. /etc/wanpad/client-services/wanpad-startup-3.sh
DIR="/etc/wanpad/wanpad-startup"

. ${DIR}/wanpad-startup-1.sh
. ${DIR}/wanpad-startup-2.sh
. ${DIR}/wanpad-startup-3.sh


2 changes: 1 addition & 1 deletion client-services/wanpad-startup/wanpad-startup.service
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit f45e6dd

Please sign in to comment.