diff options
Diffstat (limited to 'Reaktor/startup/systemd/system')
-rw-r--r-- | Reaktor/startup/systemd/system/Reaktor.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Reaktor/startup/systemd/system/Reaktor.service b/Reaktor/startup/systemd/system/Reaktor.service new file mode 100644 index 00000000..59d0e904 --- /dev/null +++ b/Reaktor/startup/systemd/system/Reaktor.service @@ -0,0 +1,12 @@ +[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 |