aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorgrumps <max@ofmax.li>2018-11-19 21:52:50 -0800
committergrumps <max@ofmax.li>2018-11-19 21:52:50 -0800
commit2851ad72c28f21c9baf7a91c22daec9291d630a9 (patch)
tree611cc24515beeff7eece3e134b124459a37610a1 /etc
parent47eefe5fafc70dbc585e63a2bf03932d2e7c2759 (diff)
downloadrestic-wrapper-2851ad72c28f21c9baf7a91c22daec9291d630a9.tar.gz
clean up stuff from system units
Diffstat (limited to 'etc')
-rw-r--r--etc/restic-wrapper.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/restic-wrapper.service b/etc/restic-wrapper.service
index 98da7bb..dd32cdd 100644
--- a/etc/restic-wrapper.service
+++ b/etc/restic-wrapper.service
@@ -1,8 +1,7 @@
[Unit]
Description=Runs restic backups
-Wants=restic-wrapper.timer
[Service]
-ExecStart=rw backup
+ExecStart=%h/.local/bin/rw backup
WorkingDirectory=%h
[Install]
WantedBy=multi-user.target