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

     1  [commands."service -e"]
     2  stdout = """/etc/rc.d/ip6addrctl
     3  /etc/rc.d/netif
     4  /etc/rc.d/devd
     5  /etc/rc.d/syslogd
     6  /etc/rc.d/dmesg
     7  /etc/rc.d/rpcbind
     8  /etc/rc.d/dntpd
     9  /etc/rc.d/sshd
    10  /etc/rc.d/sendmail
    11  /etc/rc.d/cron
    12  /etc/rc.d/mixer
    13  """
    14  
    15  [commands."uname -s"]
    16  stdout = "DragonFly"
    17  
    18  [commands."uname -m"]
    19  stdout = "amd64"
    20  
    21  [commands."uname -r"]
    22  stdout = "5.8-RELEASE"