aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-19 11:36:55 +0100
committermakefu <github@syntax-fehler.de>2014-03-19 11:38:02 +0100
commit1c64a2678d914145fae6e1780d903c20d0a79386 (patch)
treecd51d8fcd22f18a1a21168d09f9f2c3fa5ea6755
parent65c9b02da2dfd7232c75652c674b57f02689b354 (diff)
add systemd config
-rw-r--r--etc/systemd/system/Reaktor.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/systemd/system/Reaktor.service b/etc/systemd/system/Reaktor.service
new file mode 100644
index 0000000..e9a11d8
--- /dev/null
+++ b/etc/systemd/system/Reaktor.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Reaktor
+After=network.target nss-lookup.target
+
+[Service]
+Type=forking
+ExecStart=/krebs/painload/Reaktor/index
+Restart=always
+
+[Install]
+WantedBy=multi-user.target