summaryrefslogtreecommitdiff
path: root/ansible/files/obnam.service
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/files/obnam.service')
-rw-r--r--ansible/files/obnam.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/files/obnam.service b/ansible/files/obnam.service
index d1886be..f30eb60 100644
--- a/ansible/files/obnam.service
+++ b/ansible/files/obnam.service
@@ -1,9 +1,9 @@
[Unit]
Description=Obnam server
+ConditionPathExists=/etc/obnam/server.yaml
[Service]
Type=simple
-ConditionPathExists=/etc/obnam/server.yaml
ExecStart=/bin/obnam-server /etc/obnam/server.yaml
[Install]