feat(profile): start implementing systemctl subprofile instead of using child-systemctl.
This commit is contained in:
parent
a7e37528d5
commit
70963a50b6
11 changed files with 75 additions and 17 deletions
|
|
@ -45,7 +45,7 @@ profile gdm-xsession @{exec_path} {
|
|||
@{bin}/gpgconf rPx,
|
||||
@{bin}/gsettings rPx,
|
||||
@{bin}/im-launch rPx,
|
||||
@{bin}/systemctl rPx -> child-systemctl,
|
||||
@{bin}/systemctl rCx -> systemctl,
|
||||
@{bin}/xbrlapi rPx,
|
||||
@{bin}/xhost rPx,
|
||||
@{bin}/xrdb rPx,
|
||||
|
|
@ -83,5 +83,12 @@ profile gdm-xsession @{exec_path} {
|
|||
include if exists <local/gdm-xsession_dbus>
|
||||
}
|
||||
|
||||
profile systemctl {
|
||||
include <abstractions/base>
|
||||
include <abstractions/systemctl>
|
||||
|
||||
include if exists <local/gdm-xsession_systemctl>
|
||||
}
|
||||
|
||||
include if exists <local/gdm-xsession>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue