mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +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]
|
||||
AppArmorProfile=dbus-system
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
[Unit]
|
||||
After=apparmor.service
|
||||
|
||||
[Service]
|
||||
AppArmorProfile=dbus-system
|
||||
|
|
Loading…
Reference in a new issue