mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-26 04:48:27 +01:00
feat(systemd): ensure dbus service are started after apparmor.
This commit is contained in:
parent
29a1642598
commit
01a1af6c1b
2 changed files with 6 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
|
[Unit]
|
||||||
|
After=apparmor.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
AppArmorProfile=dbus-system
|
AppArmorProfile=dbus-system
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
|
[Unit]
|
||||||
|
After=apparmor.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
AppArmorProfile=dbus-system
|
AppArmorProfile=dbus-system
|
||||||
|
|
Loading…
Reference in a new issue