11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
|
[Unit]
|
||
|
Description=Run restic backup
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User={{ pillar.restic.user }}
|
||
|
ExecStart={{ salt['user.info'](pillar.restic.user).home }}/bin/backup.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|