From 8ca4e3d4de24a925a9812e3d36c19627184f6026 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 2 Apr 2022 15:12:55 +0200 Subject: [PATCH] exec start angepasst --- roles/mgrote.zfs_scrub/templates/zpool-scrub@.service.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/mgrote.zfs_scrub/templates/zpool-scrub@.service.j2 b/roles/mgrote.zfs_scrub/templates/zpool-scrub@.service.j2 index de54bcbe..1bea3fd0 100644 --- a/roles/mgrote.zfs_scrub/templates/zpool-scrub@.service.j2 +++ b/roles/mgrote.zfs_scrub/templates/zpool-scrub@.service.j2 @@ -8,6 +8,4 @@ OnFailure=zpool-scrub-mail.service [Service] Type=simple -ExecStartPre=-{{ zfs_extra_path_zpool }} scrub -s %i ExecStart={{ zfs_extra_path_zpool }} scrub -w %i -ExecStop={{ zfs_extra_path_zpool }} scrub -s %i