Merge pull request #394 from Linux4Yourself/systemd-users

Add systemd-users
This commit is contained in:
Anton 2021-05-25 10:09:44 +03:00 committed by GitHub
commit d618513395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -143,6 +143,7 @@
- [SysVinit](build-system/sysvinit.md)
- [Bootscripts](build-system/bootscripts.md)
- **SystemD**
- [Создание пользователей и групп для SystemD](build-system/systemd-users.md)
- [SystemD](build-system/systemd.md)
- [D-Bus](build-system/dbus.md)
- [Procps-ng](build-system/procps-ng.md)

View File

@ -0,0 +1,5 @@
# Создание пользователей и групп для systemd
`systemd` требует множество пользователей и групп для своей работы. Создайте их:
[filename](https://raw.githubusercontent.com/Linux4Yourself/Linux4Yourself.Book.Scripts/develop/src/systemd-users.sh ':include')