diff options
author | Nicolás Reynolds <fauno@parabola.nu> | 2013-03-15 11:02:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@parabola.nu> | 2013-03-15 11:02:35 -0300 |
commit | 7ffee940f2966ee3f7d8511fd22bb76b77f23ae4 (patch) | |
tree | 2d8ff640511b9e52e5b3773ee947710948c6f76e /libre/filesystem/filesystem.install | |
parent | e1a9a599638f8e61a3dcdbed92f9ee25ce4d0394 (diff) | |
parent | 171bf3bdded6c553ed0acd817ff85e84e309e24b (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r-- | libre/filesystem/filesystem.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install index 0684afd69..c04374422 100644 --- a/libre/filesystem/filesystem.install +++ b/libre/filesystem/filesystem.install @@ -33,6 +33,7 @@ post_upgrade() { _adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin _addgroup dbus -g 81 _adduser dbus -u 81 -d / -g dbus -s /sbin/nologin + _addgroup systemd-journal -g 190 # sync gshadow to group (fixes FS#19869) if ! grep -q '^lock:' etc/gshadow; then |