summaryrefslogtreecommitdiff
path: root/ansible/files/obnam.service
blob: 9d933aa40a9554d945bbe52b24b306e463003cef (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Obnam server

[Service]
Type=simple
ConditionPathExists=/etc/obnam/server.yaml
ExecStart=/usr/bin/obnam-server /etc/obnam/server.yaml

[Install]
WantedBy=multi-user.target