summaryrefslogtreecommitdiff
path: root/pcr/perspectives-server/perspectives-server.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/perspectives-server/perspectives-server.service')
-rw-r--r--pcr/perspectives-server/perspectives-server.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/perspectives-server/perspectives-server.service b/pcr/perspectives-server/perspectives-server.service
deleted file mode 100644
index db5ca8808..000000000
--- a/pcr/perspectives-server/perspectives-server.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[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
-