go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/services/testdata/freebsd12.toml (about)

     1  [commands."service -e"]
     2  stdout = """/etc/rc.d/hostid
     3  /etc/rc.d/hostid_save
     4  /etc/rc.d/cleanvar
     5  /usr/local/etc/rc.d/vboxguest
     6  /etc/rc.d/kldxref
     7  /etc/rc.d/ip6addrctl
     8  /etc/rc.d/netif
     9  /etc/rc.d/devd
    10  /etc/rc.d/resolv
    11  /etc/rc.d/newsyslog
    12  /etc/rc.d/syslogd
    13  /etc/rc.d/savecore
    14  /etc/rc.d/dmesg
    15  /etc/rc.d/virecover
    16  /usr/local/etc/rc.d/vboxservice
    17  /usr/local/etc/rc.d/firstboot_pkgs
    18  /usr/local/etc/rc.d/firstboot_freebsd_update
    19  /etc/rc.d/motd
    20  /etc/rc.d/rctl
    21  /etc/rc.d/sshd
    22  /etc/rc.d/cron
    23  /etc/rc.d/mixer
    24  /etc/rc.d/gptboot
    25  /etc/rc.d/devmatch
    26  /etc/rc.d/bgfsck
    27  """
    28  
    29  [commands."uname -s"]
    30  stdout = "FreeBSD"
    31  
    32  [commands."uname -m"]
    33  stdout = "amd64"
    34  
    35  [commands."uname -r"]
    36  stdout = "12.0-CURRENT"