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

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

[Install]
WantedBy=multi-user.target