Last active
October 11, 2024 15:25
-
-
Save gingerbeardman/1ff95ce64a6a255919b8262dd4a21bc7 to your computer and use it in GitHub Desktop.
Git Pull watcher service, /etc/systemd/system/git-pull-watcher.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Git Pull Watcher Service | |
After=docker.service | |
[Service] | |
ExecStart=/opt/webserver/git_pull_watcher.sh | |
Restart=always | |
User=root | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment