summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-05-24 11:36:35 -0400
committerAndrew Cady <d@jerkface.net>2023-05-24 11:36:35 -0400
commitc8daee10060554d1692e808c040c1f4263fab361 (patch)
treebed0ead6d939c6c501c9feac5eacf7c6374f7521
parenta002492cc53c77e0435e957f86aa546f4ce2d1b0 (diff)
rename
-rwxr-xr-xsrc/push-btrfs (renamed from push-btrfs)0
-rw-r--r--src/push-btrfs@.service2
2 files changed, 1 insertions, 1 deletions
diff --git a/push-btrfs b/src/push-btrfs
index 3284b69..3284b69 100755
--- a/push-btrfs
+++ b/src/push-btrfs
diff --git a/src/push-btrfs@.service b/src/push-btrfs@.service
index 9eb1713..c62febe 100644
--- a/src/push-btrfs@.service
+++ b/src/push-btrfs@.service
@@ -4,7 +4,7 @@ ConditionUser = root
4ConditionFileNotEmpty = /etc/btrfs-backup/remotes/%I.json 4ConditionFileNotEmpty = /etc/btrfs-backup/remotes/%I.json
5 5
6[Service] 6[Service]
7ExecStart = /root/src/local-btrfs-backup/push-btrfs %I.json 7ExecStart = /root/src/local-btrfs-backup/src/push-btrfs %I.json
8 8
9[Install] 9[Install]
10WantedBy=default.target 10WantedBy=default.target