From 0705988d20e94e615a9ce6e6ac26ef17e09abafd Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 28 May 2019 13:49:52 +0200 Subject: [PATCH] Changed backup script path --- restic/.config/systemd/user/restic.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restic/.config/systemd/user/restic.service b/restic/.config/systemd/user/restic.service index 664917f..eaae0ff 100644 --- a/restic/.config/systemd/user/restic.service +++ b/restic/.config/systemd/user/restic.service @@ -2,7 +2,7 @@ Description=Restic Backup [Service] -ExecStart=/home/alrayyes/.scripts/backup.sh +ExecStart=/home/alrayyes/.local/bin/backup.sh [Install] WantedBy=default.target