blob: 15ba434d99e86b6c2a0649ee7f3c6602391a59b8 (
plain)
1
2
3
4
5
6
7
8
9
|
name: accountsservice
kind: chunk
build-system: autotools
configure-commands:
- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-admin-group=adm
system-integration:
accountsservice-misc:
00-enable-accounts-daemon-unit:
- systemctl enable accounts-daemon
|