diff options
Diffstat (limited to '.config/systemd/user/do-backup.service')
| -rw-r--r-- | .config/systemd/user/do-backup.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/systemd/user/do-backup.service b/.config/systemd/user/do-backup.service new file mode 100644 index 0000000..6559f30 --- /dev/null +++ b/.config/systemd/user/do-backup.service @@ -0,0 +1,6 @@ +[Unit] +Description=Create a backup for the month + +[Service] +Type=oneshot +ExecStart=/bin/bash /home/mssola/bin/do-backup.sh
\ No newline at end of file |
