Initial commit: Adastra VTL Linux Distribution- Complete build system for VTL-focused Linux distro- mhvtl integration with 4 LTO drives and media changer- iSCSI target configuration for network connectivity- Automated installation and configuration scripts- Comprehensive documentation (architecture, installation, configuration)- Systemd service files and kernel tuning- Quick start wizard for easy setup
This commit is contained in:
15
systemd/mhvtl.service
Normal file
15
systemd/mhvtl.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user