fix: enable dm systemd services

This commit is contained in:
Rudra Saraswat 2026-04-04 01:52:23 +01:00
parent a8f06a6404
commit 2430f2a94d
3 changed files with 20 additions and 5 deletions

View file

@ -10,6 +10,14 @@ modules:
run: |
DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -yq "$@"
- name: systemctl-enable
run: |
systemctl enable "$@"
- name: systemctl-user-enable
run: |
systemctl --global enable "$@"
stages:
- module: exec
inputs: