diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-08 20:37:59 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-08 20:37:59 +0200 |
commit | 0154753b4432ab9ea89ce4efbaa4462fab5b1fba (patch) | |
tree | c7010780da4e12fa6e6d6e0fced00b6a75844db2 /shadow-libpassphrase/shadow.service | |
parent | Update libkeccak-musl to version 1.4.2 (diff) | |
download | aur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.gz aur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.bz2 aur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.xz |
cleanup
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | shadow-libpassphrase/shadow.service | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shadow-libpassphrase/shadow.service b/shadow-libpassphrase/shadow.service deleted file mode 100644 index 5c1c845..0000000 --- a/shadow-libpassphrase/shadow.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Verify integrity of password and group files - -[Service] -Type=oneshot -ExecStart=/usr/bin/pwck -r -ExecStart=/usr/bin/grpck -r -Nice=19 -IOSchedulingClass=best-effort -IOSchedulingPriority=7 |