From 4008fa4f12d6688c580a78980e4722899a84498c Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 12 Apr 2024 16:06:30 -0500 Subject: Update Makefile to manage fedora/sway-de config --- stow/duplicity/.local/share/systemd/user/backup.service | 7 ------- stow/duplicity/.local/share/systemd/user/backup.timer | 9 --------- 2 files changed, 16 deletions(-) delete mode 100644 stow/duplicity/.local/share/systemd/user/backup.service delete mode 100644 stow/duplicity/.local/share/systemd/user/backup.timer (limited to 'stow/duplicity/.local/share') diff --git a/stow/duplicity/.local/share/systemd/user/backup.service b/stow/duplicity/.local/share/systemd/user/backup.service deleted file mode 100644 index c1adfde..0000000 --- a/stow/duplicity/.local/share/systemd/user/backup.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Backup with duplicity -After=network.target - -[Service] -Type=oneshot -ExecStart=bash ${HOME}/.local/bin/backup diff --git a/stow/duplicity/.local/share/systemd/user/backup.timer b/stow/duplicity/.local/share/systemd/user/backup.timer deleted file mode 100644 index b7815d6..0000000 --- a/stow/duplicity/.local/share/systemd/user/backup.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Run backup every four hours - -[Timer] -OnCalendar=*-*-* 0/4:15 -Persistent=true - -[Install] -WantedBy=timers.target -- cgit v1.2.3