summarylogtreecommitdiffstats
path: root/httpjs.service
diff options
context:
space:
mode:
Diffstat (limited to 'httpjs.service')
-rw-r--r--httpjs.service18
1 files changed, 0 insertions, 18 deletions
diff --git a/httpjs.service b/httpjs.service
deleted file mode 100644
index 76e32cb3db5e..000000000000
--- a/httpjs.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=A web server written in NodeJS
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/httpjs.pid
-PrivateDevices=yes
-SyslogLevel=err
-
-ExecStart=/home/py64/GIT/HTTPjs/http.js --pid /run/httpjs.pid
-ExecReload=/usr/bin/kill -HUP $MAINPID
-KillSignal=SIGQUIT
-KillMode=mixed
-
-[Install]
-WantedBy=multi-user.target
-