aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/systemd/system/Reaktor.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/systemd/system/Reaktor.service b/etc/systemd/system/Reaktor.service
index e9a11d8..c3dc2f7 100644
--- a/etc/systemd/system/Reaktor.service
+++ b/etc/systemd/system/Reaktor.service
@@ -1,9 +1,10 @@
[Unit]
-Description=Reaktor
+Description=Reaktor for user %i
After=network.target nss-lookup.target
[Service]
Type=forking
+User=%i
ExecStart=/krebs/painload/Reaktor/index
Restart=always