aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/Reaktor.service
blob: 6bb3e55096d849d082c6bcc486a7434cf57e5147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Reaktor for user %i
After=network.target nss-lookup.target

[Service]
Type=normal
#TODO - make reaktor path variable
User=reaktor
ExecStart=/krebs/painload/Reaktor/index
Restart=always
RestartSec=3

[Install]
WantedBy=multi-user.target