update-repos/update-repos@.service
Thorsten Schubert d40ac359d1
All checks were successful
/ build (push) Successful in 26s
Add systemd service detection
2024-05-01 11:23:33 +02:00

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