system-helpers/etc/systemd/user/borgmatic-create@.service

18 lines
626 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Run borgmatic create for %I utilizing HOME/.config/borgmatic/%I.yml file
OnFailure=systemd_failure_notify@%n.service
Wants=network-online.target
After=network-online.target
Requires=network-online.target
[Service]
Type=oneshot
#ExecStartPre=/bin/bash -c 'until host captiveportal.myservermanager.com; do sleep 1; done'
ExecStart=borgmatic create --syslog-verbosity 1 --config %h/.config/borgmatic/%I.yml
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:%h/.bin"
Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
Environment="BORGMATIC_NAME=%I"
[Install]
WantedBy=default.target