stop/start to restart

This commit is contained in:
2025-01-10 22:05:16 -05:00
parent 16f5dc89c6
commit 7d96ca5bba

View File

@@ -39,8 +39,6 @@ service="deployer-$REPO-$BRANCH.service"
ln -sf $deploydir/deploy.service /etc/systemd/system/$service ln -sf $deploydir/deploy.service /etc/systemd/system/$service
systemctl daemon-reload systemctl daemon-reload
systemctl stop $service systemctl restart $service
systemctl start $service