10 lines
131 B
SYSTEMD
10 lines
131 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sync git repos
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=%h/.bin/autogit "$REPOS"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|