diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 00:02:56 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 00:02:56 +0000 |
| commit | 28322eeffef86fe30e0df400792174a26da085d2 (patch) | |
| tree | bd3869792fc21a1be1d2d82185c922319802b555 /repos/extra/openssh/postinstall | |
| parent | 52240c706eefb9e7fb7a9dc2e21a0a10d8cc71a7 (diff) | |
| parent | a09b73ee309c3daef248dd3329805e22005ce895 (diff) | |
| download | alicelinux-28322eeffef86fe30e0df400792174a26da085d2.tar.gz alicelinux-28322eeffef86fe30e0df400792174a26da085d2.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'repos/extra/openssh/postinstall')
| -rwxr-xr-x | repos/extra/openssh/postinstall | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/repos/extra/openssh/postinstall b/repos/extra/openssh/postinstall deleted file mode 100755 index 981ce237..00000000 --- a/repos/extra/openssh/postinstall +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -getent group sshd >/dev/null || groupadd -g 50 sshd -getent passwd messagebus >/dev/null || \ - useradd -c 'sshd PrivSep' \ - -d /var/lib/sshd \ - -g sshd \ - -s /bin/false \ - -u 50 sshd - |