summarylogtreecommitdiffstats
path: root/omi.service
blob: e3cae5069610bd3e7886f537c255017614433f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Open Management Infrastructure (OMI)
Wants=omigenkey.service
After=omigenkey.service
After=network.target

[Service]
Type=simple
ExecStart=/opt/omi/bin/omiserver
ExecReload=/bin/kill -HUP ${MAINPID}
KillSignal=SIGINT
TimeoutSec=60
Restart=on-failure
WatchdogSec=1m

[Install]
WantedBy=multi-user.target