mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-23 20:25:44 +00:00
systemd.postinst: Drop the --quiet from the addgroup calls as well
Same reason as above. Closes: #762275
This commit is contained in:
parent
db9de34f32
commit
062f460f97
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -5,6 +5,8 @@ systemd (221-2) UNRELEASED; urgency=medium
|
||||
group already exists as a non-system group you get a sensible error
|
||||
message. Some broken tutorials forget the --system option.
|
||||
(Closes: #769948, LP: #1455956)
|
||||
* systemd.postinst: Drop the --quiet from the addgroup calls as well, same
|
||||
reason as above. (Closes: #762275)
|
||||
|
||||
-- Martin Pitt <mpitt@debian.org> Mon, 29 Jun 2015 07:42:50 +0200
|
||||
|
||||
|
||||
4
debian/systemd.postinst
vendored
4
debian/systemd.postinst
vendored
@ -97,8 +97,8 @@ fi
|
||||
systemd-machine-id-setup
|
||||
|
||||
# Setup system users and groups
|
||||
addgroup --quiet --system systemd-journal
|
||||
addgroup --quiet --system systemd-journal-remote
|
||||
addgroup --system systemd-journal
|
||||
addgroup --system systemd-journal-remote
|
||||
|
||||
adduser --quiet --system --group --no-create-home --home /run/systemd \
|
||||
--gecos "systemd Time Synchronization" systemd-timesync
|
||||
|
||||
Loading…
Reference in New Issue
Block a user