summaryrefslogtreecommitdiffstats
path: root/Reaktor
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-19 12:23:31 +0100
committermakefu <github@syntax-fehler.de>2014-03-19 12:23:31 +0100
commitd54b633fa363f4c04c77369b1add4c9120dbbba0 (patch)
treec4a6d59d65f3d879a01f50716636654e346796e2 /Reaktor
parent598fa5aa39d812a572c09d8552a653357d7dd510 (diff)
filehooker: tor is only configured, not published
Diffstat (limited to 'Reaktor')
-rw-r--r--Reaktor/etc/systemd/system/Reaktor.service1
-rw-r--r--Reaktor/startup/systemd/system/Reaktor.service12
2 files changed, 1 insertions, 12 deletions
diff --git a/Reaktor/etc/systemd/system/Reaktor.service b/Reaktor/etc/systemd/system/Reaktor.service
index c3dc2f78..04786302 100644
--- a/Reaktor/etc/systemd/system/Reaktor.service
+++ b/Reaktor/etc/systemd/system/Reaktor.service
@@ -4,6 +4,7 @@ After=network.target nss-lookup.target
[Service]
Type=forking
+#TODO - make reaktor path variable
User=%i
ExecStart=/krebs/painload/Reaktor/index
Restart=always
diff --git a/Reaktor/startup/systemd/system/Reaktor.service b/Reaktor/startup/systemd/system/Reaktor.service
deleted file mode 100644
index 59d0e904..00000000
--- a/Reaktor/startup/systemd/system/Reaktor.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Reaktor
-After=network.target nss-lookup.target
-
-[Service]
-Type=forking
-PIDFile=/run/ntpd.pid
-ExecStart=/krebs/Reaktor/index
-Restart=always
-
-[Install]
-WantedBy=multi-user.target