diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-06-02 13:57:19 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-06-02 13:57:19 -0500 |
commit | bc444560e194af1a0b6cdff0835852633f717b46 (patch) | |
tree | 3402564464f306bbaed99b997b6a808fe10c35d5 | |
parent | 7efa1cdc99dc115425b9eaf3d577376224d05cae (diff) |
Add systemd-oom user/group since systemd-248.
-rw-r--r-- | essential.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/essential.sh b/essential.sh index 7cb4937..d61f075 100644 --- a/essential.sh +++ b/essential.sh @@ -25,7 +25,8 @@ systemd-network:x:76:76:systemd Network Management:/:/bin/false systemd-resolve:x:77:77:systemd Resolver:/:/bin/false systemd-timesync:x:78:78:systemd Time Synchronization:/:/bin/false systemd-coredump:x:79:79:systemd Core Dumper:/:/bin/false -uuidd:x:80:80:UUID Generation Daemon User:/dev/null:/bin/false +systemd-oom:x:80:80:systemd Out Of Memory Daemon:/:/bin/false +uuidd:x:81:81:UUID Generation Daemon User:/dev/null:/bin/false nobody:x:99:99:Unprivileged User:/dev/null:/bin/false EOF' @@ -60,7 +61,8 @@ systemd-network:x:76: systemd-resolve:x:77: systemd-timesync:x:78: systemd-coredump:x:79: -uuidd:x:80: +systemd-oom:x:80:80: +uuidd:x:81: wheel:x:97: nogroup:x:99: users:x:999: |