summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-05-25 10:20:14 -0400
committerAndrew Cady <d@jerkface.net>2023-05-25 10:20:14 -0400
commit3b0ecb25bf5e032b5cc0232040fca854f01d297b (patch)
treed097019e945964884936d23d809ac6f2ca840da6 /src
parent3f9e25417cd8eca5260b634bec806bd78d704c04 (diff)
systemd fixes
Diffstat (limited to 'src')
-rw-r--r--src/push-btrfs@.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/push-btrfs@.service b/src/push-btrfs@.service
index 47a82ef..fcc7d72 100644
--- a/src/push-btrfs@.service
+++ b/src/push-btrfs@.service
@@ -1,10 +1,10 @@
1[Unit] 1[Unit]
2Description = Btrfs Backup over SSH 2Description = Btrfs Backup over SSH
3ConditionUser = root 3ConditionUser = root
4ConditionFileNotEmpty = /etc/btrfs/remotes/%I.json 4ConditionFileNotEmpty = /etc/btrfs/remotes/%i.json
5 5
6[Service] 6[Service]
7ExecStart = push-btrfs %I.json 7ExecStart = push-btrfs %i.json
8 8
9[Install] 9[Install]
10WantedBy=default.target 10WantedBy=default.target