vestasync/files/pushgit.service

10 lines
134 B
SYSTEMD
Raw Normal View History

2023-04-16 09:34:19 +03:00
[Unit]
2023-04-16 10:12:47 +03:00
Description=Push git changes
2023-04-16 09:34:19 +03:00
[Service]
Type=oneshot
2023-04-16 10:12:47 +03:00
ExecStart=/usr/local/bin/pushgit.sh
2023-04-16 09:34:19 +03:00
[Install]
WantedBy=multi-user.target