Files
tapehoard/tapehoard.service
adamlamers 0bfd5affb4
Continuous Integration / backend-tests (push) Successful in 11m41s
Continuous Integration / frontend-check (push) Successful in 10m54s
tests & remove is_indexed flag from db
2026-04-28 23:55:39 -04:00

18 lines
353 B
Desktop File

[Unit]
Description=TapeHoard Backup Manager
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/tapehoard
# We use root to ensure direct /dev/nst0 and raw SCSI access
ExecStart=/usr/bin/just dev
Restart=always
RestartSec=10
# Give the tape drive time to rewind on shutdown
TimeoutStopSec=30
[Install]
WantedBy=multi-user.target