Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cromerc/opensysusers
A replacement for sysusers.d without systemd.
https://github.com/cromerc/opensysusers
linux shell-script systemd sysusers unix
Last synced: 5 days ago
JSON representation
A replacement for sysusers.d without systemd.
- Host: GitHub
- URL: https://github.com/cromerc/opensysusers
- Owner: cromerc
- License: bsd-2-clause
- Created: 2022-06-30T01:59:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T00:14:01.000Z (about 2 years ago)
- Last Synced: 2023-04-26T03:23:01.683Z (over 1 year ago)
- Topics: linux, shell-script, systemd, sysusers, unix
- Language: Shell
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-systemd - opensysusers
- awesome-systemd - opensysusers
README
This is a utility written to process sysusers.d files so that they can be handled on systems with or without systemd installed.
For more information on the files this utility can process, see the
sysusers.d man page [1].For more information on the systemd-sysuser command, see the
systemd-sysuers man page [2].If built with the make flag SYSTEMDCOMPAT=FALSE, it will only install the basic script to process sysusers.d conf files. Otherwise it installs a script that imitates systemd-sysusers command.
[1] https://www.freedesktop.org/software/systemd/man/sysusers.d.html
[2] https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html