This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=mhvtl.target
 
- 
        
- 
    [Service]- 
        Environment=VERBOSE=0 DAEMON_DEBUG=
- 
        EnvironmentFile=-/etc/mhvtl/mhvtl.conf
- 
        ExecReload=/usr/bin/kill -HUP $MAINPID
- 
        ExecStart=/usr/bin/vtllibrary -F -q%i -v${VERBOSE} ${DAEMON_DEBUG}
- 
        ExecStop=/usr/bin/vtlcmd %i exit
- 
        KillMode=none
- 
        Type=simple
 
- 
        
- 
    [Unit]- 
        After=mhvtl-load-modules.service
- 
        Before=mhvtl.target
- 
        Description=Robot Library Daemon for Virtual Tape & Robot Library
- 
        Documentation=man:vtllibrary(1) man:vtlcmd(1)
- 
        PartOf=mhvtl.target
- 
        Requires=mhvtl-load-modules.service
 
- 
        
Additionnal notes
Nothing here.