add pullscripts (test mode)

This commit is contained in:
vvzvlad
2023-04-16 23:06:06 +07:00
parent a91f3a9989
commit 99e8927afd
3 changed files with 25 additions and 0 deletions

9
files/pullgit.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=Pull git changes
[Service]
Type=oneshot
ExecStart=/usr/local/bin/pullgit.sh
[Install]
WantedBy=multi-user.target