summaryrefslogtreecommitdiffstats
path: root/modules.d/90dmsquash-live/checkisomd5@.service
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/90dmsquash-live/checkisomd5@.service')
-rw-r--r--modules.d/90dmsquash-live/checkisomd5@.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules.d/90dmsquash-live/checkisomd5@.service b/modules.d/90dmsquash-live/checkisomd5@.service
new file mode 100644
index 0000000..c4ca10f
--- /dev/null
+++ b/modules.d/90dmsquash-live/checkisomd5@.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Media check on %f
+DefaultDependencies=no
+Before=shutdown.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=no
+ExecStart=/bin/checkisomd5 --verbose %f
+StandardInput=tty-force
+StandardOutput=inherit
+StandardError=inherit
+TimeoutSec=0
+SuccessExitStatus=2