diff options
Diffstat (limited to '')
-rw-r--r-- | systemd/backup_budget.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/backup_budget.service b/systemd/backup_budget.service new file mode 100644 index 0000000..2504b36 --- /dev/null +++ b/systemd/backup_budget.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_budget_annex.sh > /dev/null 2>&1 |