vestasync/files/pullgit.service
2023-04-16 23:06:06 +07:00

10 lines
134 B
Desktop File

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