10 lines
281 B
Desktop File
10 lines
281 B
Desktop File
[Unit]
|
|
Description=Update git repositories in /%I
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=DEPTH="-max-depth=5"
|
|
Environment=LOG_LEVEL="-log-level=info"
|
|
Environment=FORCE="-force"
|
|
Environment=VERBOSE="-verbose"
|
|
ExecStart=/usr/local/bin/update-repos $VERBOSE $LOG_LEVEL $DEPTH $FORCE /%I
|