16 lines
298 B
Desktop File
16 lines
298 B
Desktop File
[Unit]
|
|
Description=mhvtl Virtual Tape Library
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStartPre=/sbin/modprobe mhvtl
|
|
ExecStart=/usr/bin/vtltape
|
|
ExecStart=/usr/bin/vtllibrary
|
|
ExecStop=/usr/bin/killall vtltape vtllibrary
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|