summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-02-08 23:50:16 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-02-08 23:50:16 +0300
commit6821844f2afe24501c93db7325697c45e377cfbf (patch)
tree6993805fc883b10629c104582660bb07e806bc89
parent1901d7109efb27125cdd6bc5a75a99fd270e1c45 (diff)
downloadobnam2-6821844f2afe24501c93db7325697c45e377cfbf.tar.gz
fix: use /bin in systemd service
...as this is where the Debian package puts the binaries.
-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 9d933aa..d1886be 100644
--- a/ansible/files/obnam.service
+++ b/ansible/files/obnam.service
@@ -4,7 +4,7 @@ Description=Obnam server
[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