This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecReload=/usr/sbin/systemtap-service reload
- 
        ExecStart=/usr/sbin/systemtap-service start
- 
        ExecStop=/usr/sbin/systemtap-service stop
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        DefaultDependencies=yes
- 
        Description=Run a configured list of systemtap scripts at system startup.
- 
        Documentation=man:systemtap-service(8)
 
- 
        
Additionnal notes
Nothing here.