This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecStart=/usr/bin/stap-server start -i
- 
        ExecStop=/usr/bin/stap-server stop
- 
        RemainAfterExit=yes
- 
        Type=oneshot
- 
        User=stap-server
 
- 
        
- 
    [Unit]- 
        After=network.target avahi-daemon.service
- 
        Description=Systemtap Compile Server
- 
        Documentation=man:stap-server(8)
- 
        Wants=avahi-daemon.service
 
- 
        
Additionnal notes
Nothing here.