Centralize service enabling

This commit is contained in:
Ryan Hughes
2025-11-10 17:45:51 -05:00
parent 8984affcbe
commit 4178547bbf
6 changed files with 31 additions and 18 deletions

View File

@@ -1,2 +0,0 @@
# Turn on bluetooth by default
chrootable_systemctl_enable bluetooth.service

View File

@@ -1,6 +0,0 @@
# Ensure iwd service will be started
sudo systemctl enable iwd.service
# Prevent systemd-networkd-wait-online timeout on boot
sudo systemctl disable systemd-networkd-wait-online.service
sudo systemctl mask systemd-networkd-wait-online.service

View File

@@ -1,3 +0,0 @@
chrootable_systemctl_enable cups.service
chrootable_systemctl_enable avahi-daemon.service
chrootable_systemctl_enable cups-browsed.service