This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/bin/sh
|
|
|
|
"${HOST_DIR}"/bin/systemctl --root="${TARGET_DIR}" disable \
|
|
cups-lpd.socket \
|
|
cups.service \
|
|
cups.socket \
|
|
systemd-networkd.service \
|
|
systemd-resolved.service \
|
|
--
|