mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
15 lines
303 B
Desktop File
15 lines
303 B
Desktop File
[Unit]
|
|
Description=Mondoo Service
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/mondoo/bin/
|
|
ExecStart=/usr/bin/cnspec --config /etc/opt/mondoo/mondoo.yml serve
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=90
|
|
RestartPreventExitStatus=78
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|