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/startup/systemd | |
parent | 598fa5aa39d812a572c09d8552a653357d7dd510 (diff) |
filehooker: tor is only configured, not published
Diffstat (limited to 'Reaktor/startup/systemd')
-rw-r--r-- | Reaktor/startup/systemd/system/Reaktor.service | 12 |
1 files changed, 0 insertions, 12 deletions
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 |