From a8a6111e22a69a315bfb1fb112d24a03bb8c1fa3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 17 Sep 2025 22:11:37 +0200 Subject: bin: Add 'do-backup.sh' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/systemd/user/do-backup.service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/systemd/user/do-backup.service (limited to '.config/systemd/user/do-backup.service') 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 -- cgit v1.2.3