diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-04 16:41:49 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-04 16:41:49 +0100 |
commit | 2d3e521a3c9acb82ac26bab12c0f90621a3c00f6 (patch) | |
tree | 29637e0c462b730fe80b7ac1ae6c2ceb9dce2f2f /systemd/backup-notes.service | |
parent | 367e7eb328e8760cbe4b5d5b6e27eec4438d6b74 (diff) |
added backup-notes systemd files
Diffstat (limited to 'systemd/backup-notes.service')
-rw-r--r-- | systemd/backup-notes.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/systemd/backup-notes.service b/systemd/backup-notes.service new file mode 100644 index 0000000..8c223a4 --- /dev/null +++ b/systemd/backup-notes.service @@ -0,0 +1,6 @@ +[Unit] +Description=Backup notes to remote server + +[Service] +Type=oneshot +ExecStart=/home/lemon/code/bash/backup-notes |