diff options
Diffstat (limited to 'systemd/linux/backup.service')
-rw-r--r-- | systemd/linux/backup.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/linux/backup.service b/systemd/linux/backup.service new file mode 100644 index 0000000..c1adfde --- /dev/null +++ b/systemd/linux/backup.service @@ -0,0 +1,7 @@ +[Unit] +Description=Backup with duplicity +After=network.target + +[Service] +Type=oneshot +ExecStart=bash ${HOME}/.local/bin/backup |