summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-10 10:43:13 +0000
committerLars Wirzenius <liw@liw.fi>2021-02-10 10:43:13 +0000
commit5b8c0317e214308f2115f81354cc13e906e70ba5 (patch)
tree89ec3d03bfdde2b31f89c3c72bf10b73d2c2e4ae
parentc3a60e44513260795aaf293570929986f9b23922 (diff)
parent683458cb9a2c26e9e2e85cb26d17dac43105d9fb (diff)
downloadobnam2-5b8c0317e214308f2115f81354cc13e906e70ba5.tar.gz
Merge branch 'bugfix/service-file-typos' into 'main'
Fix a couple typos in the systemd service file See merge request larswirzenius/obnam!91
-rw-r--r--ansible/files/obnam.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/files/obnam.service b/ansible/files/obnam.service
index 9d933aa..f30eb60 100644
--- a/ansible/files/obnam.service
+++ b/ansible/files/obnam.service
@@ -1,10 +1,10 @@
[Unit]
Description=Obnam server
+ConditionPathExists=/etc/obnam/server.yaml
[Service]
Type=simple
-ConditionPathExists=/etc/obnam/server.yaml
-ExecStart=/usr/bin/obnam-server /etc/obnam/server.yaml
+ExecStart=/bin/obnam-server /etc/obnam/server.yaml
[Install]
WantedBy=multi-user.target