19 lines
383 B
Desktop File
19 lines
383 B
Desktop File
[Unit]
|
|
Description=mhvtl Virtual Tape Library
|
|
After=network.target
|
|
Documentation=man:vtltape(1) man:vtllibrary(1)
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/opt/adastra-vtl/scripts/start-mhvtl.sh
|
|
ExecStop=/opt/adastra-vtl/scripts/stop-mhvtl.sh
|
|
RemainAfterExit=yes
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
User=root
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|