feat(systemd): ensure dbus service are started after apparmor.

This commit is contained in:
Alexandre Pujol 2024-10-06 20:19:09 +01:00
parent 29a1642598
commit 01a1af6c1b
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,5 @@
[Unit]
After=apparmor.service
[Service] [Service]
AppArmorProfile=dbus-system AppArmorProfile=dbus-system

View File

@ -1,2 +1,5 @@
[Unit]
After=apparmor.service
[Service] [Service]
AppArmorProfile=dbus-system AppArmorProfile=dbus-system