vestasync/files/pushgit.service
2023-04-16 14:12:47 +07:00

10 lines
134 B
Desktop File

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