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…
Add table
Add a link
Reference in a new issue