fix: enable dm systemd services
This commit is contained in:
parent
a8f06a6404
commit
2430f2a94d
3 changed files with 20 additions and 5 deletions
13
arch.yaml
13
arch.yaml
|
|
@ -43,10 +43,6 @@ stages:
|
|||
- "python-requests"
|
||||
- "python-fasteners"
|
||||
|
||||
- module: systemctl-enable
|
||||
inputs:
|
||||
- NetworkManager
|
||||
|
||||
- module: exec
|
||||
inputs:
|
||||
- |
|
||||
|
|
@ -85,6 +81,15 @@ stages:
|
|||
git clone --revision "$BASE_AKSHARA_REPO_COMMIT" --depth 1 "$BASE_AKSHARA_REPO" /akshara
|
||||
cp -a /akshara/usr/* /usr
|
||||
|
||||
- module: systemctl-enable
|
||||
inputs:
|
||||
- akshara-update-cleanup
|
||||
- NetworkManager
|
||||
|
||||
- module: systemctl-user-enable
|
||||
inputs:
|
||||
- akshara-update-check
|
||||
|
||||
post-stages:
|
||||
- module: exec
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue