1# SPDX-License-Identifier: LGPL-2.1-or-later 2# 3# This file is part of systemd. 4# 5# systemd is free software; you can redistribute it and/or modify it 6# under the terms of the GNU Lesser General Public License as published by 7# the Free Software Foundation; either version 2.1 of the License, or 8# (at your option) any later version. 9 10# Settings for systemd units distributed with systemd itself. Most of these 11# should be enabled by default, even if the distribution follows a general 12# default-off policy. 13 14enable remote-fs.target 15enable remote-cryptsetup.target 16enable machines.target 17 18enable getty@.service 19enable systemd-timesyncd.service 20enable systemd-networkd.service 21enable systemd-network-generator.service 22enable systemd-resolved.service 23enable systemd-homed.service 24enable systemd-userdbd.socket 25enable systemd-pstore.service 26enable systemd-boot-update.service 27 28disable console-getty.service 29disable debug-shell.service 30 31disable halt.target 32disable kexec.target 33disable poweroff.target 34enable reboot.target 35disable rescue.target 36disable exit.target 37 38disable systemd-networkd-wait-online.service 39disable systemd-time-wait-sync.service 40disable systemd-boot-check-no-failures.service 41disable proc-sys-fs-binfmt_misc.mount 42 43disable syslog.socket 44 45disable systemd-journal-gatewayd.* 46disable systemd-journal-remote.* 47disable systemd-journal-upload.* 48