summarylogtreecommitdiffstats
path: root/ksa.service
blob: da0061d3f559503857057226f58a650d424ab6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=KSA Service
After=network.target

[Service]
Type=forking
User=nobody
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/ksa --cfg /opt/KSA/ksa.conf

[Install]
WantedBy=multi-user.target