checkisomd5@.service 268 B

123456789101112131415
  1. [Unit]
  2. Description=Media check on %f
  3. DefaultDependencies=no
  4. Before=shutdown.target
  5. [Service]
  6. Type=oneshot
  7. RemainAfterExit=no
  8. ExecStart=/bin/checkisomd5 --verbose %f
  9. StandardInput=tty-force
  10. StandardOutput=inherit
  11. StandardError=inherit
  12. TimeoutSec=0
  13. SuccessExitStatus=2