diff options
Diffstat (limited to 'community/p3scan/p3scan.service')
-rw-r--r-- | community/p3scan/p3scan.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/p3scan/p3scan.service b/community/p3scan/p3scan.service new file mode 100644 index 000000000..0bab3e7ec --- /dev/null +++ b/community/p3scan/p3scan.service @@ -0,0 +1,10 @@ +[Unit] +Description=p3scan proxy + +[Service] +Type=forking +PIDFile=/var/run/p3scan/p3scan.pid +ExecStart=/usr/sbin/p3scan + +[Install] +WantedBy=multi-user.target |