vestasync/files/pullgit.service

10 lines
134 B
SYSTEMD
Raw Normal View History

2023-04-16 19:06:06 +03:00
[Unit]
Description=Pull git changes
[Service]
Type=oneshot
ExecStart=/usr/local/bin/pullgit.sh
[Install]
WantedBy=multi-user.target