diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-27 09:29:22 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-27 09:29:22 +0200 |
commit | 5291138a92342120353f1bbb7eb994720e064b25 (patch) | |
tree | fac1f6ac2f67faf879f1ef0be5ebb6eafaf60fca /data | |
parent | ad148b3477396c2907581208a7d692ee533310c7 (diff) | |
download | vyos-build-5291138a92342120353f1bbb7eb994720e064b25.tar.gz vyos-build-5291138a92342120353f1bbb7eb994720e064b25.zip |
systemd: services: remove no longer available man-db.service from disable list
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 90437d4f..a90c23ec 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -31,7 +31,6 @@ systemctl disable apt-daily.service systemctl disable apt-daily.timer systemctl disable apt-daily-upgrade.timer systemctl disable apt-daily-upgrade.service -systemctl disable man-db.timer systemctl disable ntp.service systemctl disable igmpproxy.service systemctl disable cryptsetup.service |