This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        BusName=org.nvmexpress.staf
- 
        CacheDirectory=stafd
- 
        ExecReload=/bin/kill -HUP $MAINPID
- 
        ExecStart=/usr/bin/python3 -u /usr/sbin/stafd --syslog
- 
        RuntimeDirectory=stafd
- 
        RuntimeDirectoryPreserve=yes
- 
        SyslogIdentifier=stafd
- 
        Type=dbus
 
- 
        
- 
    [Unit]- 
        After=modprobe@nvme_fabrics.service modprobe@nvme_tcp.service network.target stas-config.target avahi-daemon.service
- 
        AssertPathExists=/dev/nvme-fabrics
- 
        Description=STorage Appliance Finder (STAF)
- 
        Documentation=man:stafd.service(8) man:stafd(8)
- 
        Wants=modprobe@nvme_fabrics.service modprobe@nvme_tcp.service network.target stas-config.target
 
- 
        
Additionnal notes
Nothing here.