diff --git a/.SRCINFO b/.SRCINFO index 66afc373810c..43a70dd4838d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mondoo pkgdesc = Mondoo Client CLI for the Mondoo Policy as Code Platform - pkgver = 10.1.3 + pkgver = 10.1.4 pkgrel = 1 url = https://mondoo.com arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = mondoo source = mondoo.sh sha256sums = f1a7d679603a68a01583d98252ca0079986962d3ceca9a47ce01e0640a42500f sha256sums = cd99e204a986af5a91f46c43478b28f556a4f50fd9721844d0b600d45ac43cb8 - sha256sums = 2febf46353886823e6a61ca15c73e651d71d45579b0a1a17e18905a61387e7e6 + sha256sums = b770c0e4c38aec2b9abd67e452cd0e76833fd83d9dd3690fcbad613d08a02f9c sha256sums = 63b502366204dd5fa011866ea85e7236a82b0504e193a2b3f2235520a47790d0 pkgname = mondoo diff --git a/PKGBUILD b/PKGBUILD index 3f8cb545c46b..65e65819b410 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=mondoo -orignalVersion="10.1.3" +orignalVersion="10.1.4" pkgver="${orignalVersion/-/_}" pkgrel=1 pkgdesc="Mondoo Client CLI for the Mondoo Policy as Code Platform" @@ -21,7 +21,7 @@ depends=('cnspec') sha256sums=( 'f1a7d679603a68a01583d98252ca0079986962d3ceca9a47ce01e0640a42500f' 'cd99e204a986af5a91f46c43478b28f556a4f50fd9721844d0b600d45ac43cb8' - '2febf46353886823e6a61ca15c73e651d71d45579b0a1a17e18905a61387e7e6' + 'b770c0e4c38aec2b9abd67e452cd0e76833fd83d9dd3690fcbad613d08a02f9c' '63b502366204dd5fa011866ea85e7236a82b0504e193a2b3f2235520a47790d0' ) diff --git a/mondoo.service b/mondoo.service index d8478fbc3ed0..2b723e88f1cc 100644 --- a/mondoo.service +++ b/mondoo.service @@ -5,7 +5,7 @@ After=network-online.target [Service] Type=simple WorkingDirectory=/opt/mondoo/bin/ -ExecStart=/opt/mondoo/bin/mondoo --config /etc/opt/mondoo/mondoo.yml serve +ExecStart=/usr/bin/cnspec --config /etc/opt/mondoo/mondoo.yml serve KillMode=process Restart=on-failure RestartSec=90