2022-06-29 22:13:32 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Run restic report script for %I utilizing ~/.config/restic/%I/report.sh file using env ~/.config/restic/%I/env
|
|
|
|
OnFailure=systemd_failure_notify@%n.service
|
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target
|
|
|
|
Requires=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-08-23 16:55:27 +00:00
|
|
|
#ExecStartPre=/bin/bash -c 'until host captiveportal.myservermanager.com; do sleep 1; done'
|
2022-06-29 22:13:32 +00:00
|
|
|
ExecStart=sh %h/.config/restic/%I/report.sh
|
|
|
|
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:%h/.bin"
|
|
|
|
Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
|
|
|
EnvironmentFile=%h/.config/restic/%I/env
|
|
|
|
|
|
|
|
[Install]
|
2022-08-20 08:08:18 +00:00
|
|
|
WantedBy=default.target
|