8 lines
135 B
SYSTEMD
8 lines
135 B
SYSTEMD
|
|
[Unit]
|
||
|
|
ConditionEnvironment=MACHINE_HAS_RESTIC_BACKUP=true
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=%h/bin/restic-backup
|
||
|
|
RemainAfterExit=true
|