summaryrefslogtreecommitdiff
path: root/pcr/perspectives-server/perspectives-server.service
blob: db5ca880858b22465871b2dc3fc150d1e833c7b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Perspectives notary server
After=network.target

[Service]
User=perspectives
Type=forking
EnvironmentFile=/etc/conf.d/perspectives-server.conf
WorkingDirectory=/usr/share/webapps/perspectives-server
ExecStart=/bin/sh -c "/usr/bin/python2 notary_http.py $FLAGS &"

[Install]
WantedBy=multi-user.target