mirror of
https://git.proxmox.com/git/systemd
synced 2026-02-04 22:03:03 +00:00
Create system group "input" which was introduced in 215
For 50-udev-default.rules LP: #1414409
This commit is contained in:
parent
2e3f65eb2b
commit
d5f482598e
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -14,6 +14,7 @@ systemd (218-7) UNRELEASED; urgency=medium
|
||||
(Part of #776546)
|
||||
* Actually install udev's README.Debian when building for Debian.
|
||||
(Closes: #776546)
|
||||
* Create system group "input" which was introduced in 215. (LP: #1414409)
|
||||
|
||||
[ Michael Biebl ]
|
||||
* Update Vcs-Browser URL to use cgit and https.
|
||||
|
||||
1
debian/systemd.postinst
vendored
1
debian/systemd.postinst
vendored
@ -97,6 +97,7 @@ systemd-machine-id-setup
|
||||
# Setup system users and groups
|
||||
addgroup --quiet --system systemd-journal
|
||||
addgroup --quiet --system systemd-journal-remote
|
||||
addgroup --quiet --system input
|
||||
|
||||
adduser --quiet --system --group --no-create-home --home /run/systemd \
|
||||
--gecos "systemd Time Synchronization" systemd-timesync
|
||||
|
||||
Loading…
Reference in New Issue
Block a user