diff options
author | makefu <github@syntax-fehler.de> | 2014-03-19 12:23:31 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-19 12:23:31 +0100 |
commit | d54b633fa363f4c04c77369b1add4c9120dbbba0 (patch) | |
tree | c4a6d59d65f3d879a01f50716636654e346796e2 /Reaktor | |
parent | 598fa5aa39d812a572c09d8552a653357d7dd510 (diff) |
filehooker: tor is only configured, not published
Diffstat (limited to 'Reaktor')
-rw-r--r-- | Reaktor/etc/systemd/system/Reaktor.service | 1 | ||||
-rw-r--r-- | Reaktor/startup/systemd/system/Reaktor.service | 12 |
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 |