16 lines
605 B
Desktop File
16 lines
605 B
Desktop File
################################################################################
|
|
# Dépôt Git :
|
|
# https://framagit.org/zorval/scripts/check-nrpe
|
|
################################################################################
|
|
|
|
[Unit]
|
|
Description=Auto pull git repositories
|
|
After=network.target network-online.target systemd-networkd.service NetworkManager.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/git_auto_pull
|
|
# RemainAfterExit=true => si ce paramètre est à true,
|
|
# alors le service n'est plus lancé régulièrement par le timer
|
|
# => Il faut le laisser à false (valeur par défaut)
|