summarylogtreecommitdiffstats
path: root/p3scan.service
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-07 17:35:24 +0100
committerBartłomiej Piotrowski2018-01-07 17:35:24 +0100
commit936241bba103bf57307f603b5c3e351ef3af72f0 (patch)
treeacd0f7965ceb2964716e7433277f711070980915 /p3scan.service
downloadaur-p3scan.tar.gz
Import from official repositories
Diffstat (limited to 'p3scan.service')
-rw-r--r--p3scan.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/p3scan.service b/p3scan.service
new file mode 100644
index 000000000000..bdd34b75cc29
--- /dev/null
+++ b/p3scan.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=p3scan proxy
+
+[Service]
+Type=forking
+PIDFile=/run/p3scan/p3scan.pid
+ExecStart=/usr/bin/p3scan
+
+[Install]
+WantedBy=multi-user.target