mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
fsck,quotacheck: add credentials support and drop support of /forcefsck and friends (#38197)
This commit is contained in:
@@ -15,3 +15,4 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/systemd/systemd-fsck /dev/sdx1
|
||||
TimeoutSec=infinity
|
||||
ImportCredential=fsck.*
|
||||
|
||||
@@ -15,3 +15,4 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/systemd/systemd-fsck /dev/disk/by-label/Root
|
||||
TimeoutSec=infinity
|
||||
ImportCredential=fsck.*
|
||||
|
||||
@@ -15,3 +15,4 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/3f5ad593-4546-4a94-a374-bcfb68aa11f7
|
||||
TimeoutSec=infinity
|
||||
ImportCredential=fsck.*
|
||||
|
||||
@@ -15,3 +15,4 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/systemd/systemd-fsck /dev/disk/by-partuuid/3f5ad593-4546-4a94-a374-bcfb68aa11f7
|
||||
TimeoutSec=infinity
|
||||
ImportCredential=fsck.*
|
||||
|
||||
@@ -15,3 +15,4 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/systemd/systemd-fsck /dev/sdx1
|
||||
TimeoutSec=infinity
|
||||
ImportCredential=fsck.*
|
||||
|
||||
@@ -15,3 +15,4 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/systemd/systemd-fsck /dev/sdx1
|
||||
TimeoutSec=infinity
|
||||
ImportCredential=fsck.*
|
||||
|
||||
@@ -15,3 +15,4 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/systemd/systemd-fsck /dev/sdx1
|
||||
TimeoutSec=infinity
|
||||
ImportCredential=fsck.*
|
||||
|
||||
@@ -15,3 +15,4 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/systemd/systemd-fsck /dev/sdx5
|
||||
TimeoutSec=infinity
|
||||
ImportCredential=fsck.*
|
||||
|
||||
Reference in New Issue
Block a user