summarylogtreecommitdiffstats
path: root/mondoo.service
blob: d8478fbc3ed0e8b18e30e00de4a5260129de0627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Mondoo Service
After=network-online.target

[Service]
Type=simple
WorkingDirectory=/opt/mondoo/bin/
ExecStart=/opt/mondoo/bin/mondoo --config /etc/opt/mondoo/mondoo.yml serve
KillMode=process
Restart=on-failure
RestartSec=90
RestartPreventExitStatus=78

[Install]
WantedBy=multi-user.target