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

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

[Install]
WantedBy=multi-user.target