chore(dnf): Add --system for optfix service activation & readability
This commit is contained in:
parent
719fd97cad
commit
308f78b7fe
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ def run_optfix [$optfix_pkgs: list]: nothing -> nothing {
|
|||
cp ($MODULE_DIR | path join $SERV_UNIT) $'($SYSTEMD_DIR)/'
|
||||
|
||||
try {
|
||||
^systemctl enable $SERV_UNIT
|
||||
^systemctl --system enable $SERV_UNIT
|
||||
} catch {
|
||||
exit 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue