mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 14:59:12 +03:00
10 lines
134 B
Desktop File
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
|