Skip to content

Commit d6ae603

Browse files
committed
use systemctl rather than service
1 parent bf3cd58 commit d6ae603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.d4g-tools/deploy/pull/pull.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ parse_params() {
7676

7777
parse_params "$@"
7878

79-
service taxplorer-dev.uwsgi stop
79+
sudo systemctl stop taxplorer-dev.uwsgi
8080
cd $SOURCE && git pull
81-
service taxplorer-dev.uwsgi start
81+
sudo systemctl start taxplorer-dev.uwsgi
8282

8383
exit 0

0 commit comments

Comments
 (0)