dbus: create dbus:22 system account.
This commit is contained in:
parent
42914174cb
commit
32a3aeecc1
|
@ -4,7 +4,7 @@ _systemd_version=208
|
|||
|
||||
pkgname=dbus
|
||||
version=1.8.6
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Message bus system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -21,6 +21,9 @@ hostmakedepends="pkg-config intltool gperf xmlto"
|
|||
makedepends="expat-devel libX11-devel libcap-devel"
|
||||
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
||||
|
||||
# Create dbus:22 system account.
|
||||
system_accounts="dbus:22"
|
||||
|
||||
# Package build options
|
||||
build_options="systemd"
|
||||
|
||||
|
|
Loading…
Reference in New Issue