borgwrapper/systemd/borgwrapper-verify@.service

10 lines
224 B
INI

[Unit]
Description=Verify borgwrapper backup (config: %i)
After=network.target borgwrapper-backup@%i.service
[Service]
Type=oneshot
ExecStart=/usr/local/bin/borgwrapper -c /etc/borgwrapper/%i.sh verify
User=root
Group=root