From a8aadba1df4c08553fabaf2945b5b9290f5a07f7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 24 Oct 2022 17:05:52 +0100 Subject: update --- systemd/backup_documents.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systemd/backup_documents.service (limited to 'systemd/backup_documents.service') diff --git a/systemd/backup_documents.service b/systemd/backup_documents.service new file mode 100644 index 0000000..e690dbf --- /dev/null +++ b/systemd/backup_documents.service @@ -0,0 +1,9 @@ +# must be symlinked from ~/.config/systemd/user +[Unit] +Description=Backup budget directory to git-annex + +[Service] +# User=lemon +# Group=lemon +Type=oneshot +ExecStart=/home/lemon/bin/backup_documents_annex.sh > /dev/null 2>&1 -- cgit v1.2.3