12 lines
300 B
Text
12 lines
300 B
Text
|
|
# Géré par Set-OPS (rôle client_backup). Ne pas éditer à la main.
|
||
|
|
[Unit]
|
||
|
|
Description=Sauvegarde applicative Set-OPS (restic hors-nœud)
|
||
|
|
After=network-online.target
|
||
|
|
Wants=network-online.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/sbin/setops-sauvegarder.sh
|
||
|
|
Nice=10
|
||
|
|
IOSchedulingClass=idle
|