Change paths to reflect new pip install --user documentation.
the build was successful Details

This commit is contained in:
Dan Helfman 2019-05-14 10:00:50 -07:00
parent 7388c723cd
commit 67f2862fb1
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# You can drop this file into /etc/cron.d/ to run borgmatic nightly.
0 3 * * * PATH=$PATH:/usr/bin /usr/bin/borgmatic
0 3 * * * PATH=$PATH:/usr/bin /root/.local/bin/borgmatic

View File

@ -1,3 +1,3 @@
# You can drop this file into /etc/cron.d/ to run borgmatic nightly.
0 3 * * * root PATH=$PATH:/usr/local/bin /usr/local/bin/borgmatic
0 3 * * * root PATH=$PATH:/usr/local/bin /root/.local/bin/borgmatic

View File

@ -3,4 +3,4 @@ Description=borgmatic backup
[Service]
Type=oneshot
ExecStart=/usr/local/bin/borgmatic
ExecStart=/root/.local/bin/borgmatic