From d9835f9182d205f401818544b7530370fa64c1f6 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Dec 18 2024 05:43:13 +0000 Subject: passwd: Drop cockpit-ws Cockpit 317 switched to `DynamicUser=` in [1], so this has been obsolete for a while. This also never created `cockpit-wsinstance` and nobody complained (which is now also not a thing any more since version 330 [2]). [1] https://github.com/cockpit-project/cockpit/commit/aaa427c09f2502de26b [2] https://github.com/cockpit-project/cockpit/pull/16811 --- diff --git a/group b/group index 2f92833..71f770b 100644 --- a/group +++ b/group @@ -47,4 +47,3 @@ systemd-timesync:x:991: systemd-network:x:990: systemd-resolve:x:989: systemd-bus-proxy:x:988: -cockpit-ws:x:987: diff --git a/passwd b/passwd index 2cb1b68..5d5dffd 100644 --- a/passwd +++ b/passwd @@ -29,4 +29,3 @@ systemd-timesync:x:993:991:systemd Time Synchronization:/:/sbin/nologin systemd-network:x:991:990:systemd Network Management:/:/sbin/nologin systemd-resolve:x:990:989:systemd Resolver:/:/sbin/nologin systemd-bus-proxy:x:989:988:systemd Bus Proxy:/:/sbin/nologin -cockpit-ws:x:988:987:User for cockpit-ws:/:/sbin/nologin