diff options
Diffstat (limited to 'system-preset')
-rw-r--r-- | system-preset/90-journal-remote.preset | 13 | ||||
-rw-r--r-- | system-preset/90-journald.preset | 11 | ||||
-rw-r--r-- | system-preset/90-networkd.preset | 12 | ||||
-rw-r--r-- | system-preset/90-resolved.preset | 11 | ||||
-rw-r--r-- | system-preset/90-systemd.preset | 10 | ||||
-rw-r--r-- | system-preset/90-timesyncd.preset | 11 |
6 files changed, 58 insertions, 10 deletions
diff --git a/system-preset/90-journal-remote.preset b/system-preset/90-journal-remote.preset new file mode 100644 index 0000000000..f5917b2b84 --- /dev/null +++ b/system-preset/90-journal-remote.preset @@ -0,0 +1,13 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# These ones should be enabled by default, even if distributions +# generally follow a default-off policy. + +disable systemd-journal-gatewayd.* +disable systemd-journal-remote.* +disable systemd-journal-upload.* diff --git a/system-preset/90-journald.preset b/system-preset/90-journald.preset new file mode 100644 index 0000000000..1022f0e86f --- /dev/null +++ b/system-preset/90-journald.preset @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# These ones should be enabled by default, even if distributions +# generally follow a default-off policy. + +disable syslog.socket diff --git a/system-preset/90-networkd.preset b/system-preset/90-networkd.preset new file mode 100644 index 0000000000..609edafe23 --- /dev/null +++ b/system-preset/90-networkd.preset @@ -0,0 +1,12 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# These ones should be enabled by default, even if distributions +# generally follow a default-off policy. + +enable systemd-networkd.service +enable systemd-networkd-wait-online.service diff --git a/system-preset/90-resolved.preset b/system-preset/90-resolved.preset new file mode 100644 index 0000000000..c5a5063cc1 --- /dev/null +++ b/system-preset/90-resolved.preset @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# These ones should be enabled by default, even if distributions +# generally follow a default-off policy. + +enable systemd-resolved.service diff --git a/system-preset/90-systemd.preset b/system-preset/90-systemd.preset index 09f920a5f7..138937011c 100644 --- a/system-preset/90-systemd.preset +++ b/system-preset/90-systemd.preset @@ -12,10 +12,6 @@ enable remote-fs.target enable machines.target enable getty@.service -enable systemd-timesyncd.service -enable systemd-networkd.service -enable systemd-resolved.service -enable systemd-networkd-wait-online.service disable console-getty.service disable console-shell.service @@ -26,9 +22,3 @@ disable kexec.target disable poweroff.target disable reboot.target disable rescue.target - -disable syslog.socket - -disable systemd-journal-gatewayd.* -disable systemd-journal-remote.* -disable systemd-journal-upload.* diff --git a/system-preset/90-timesyncd.preset b/system-preset/90-timesyncd.preset new file mode 100644 index 0000000000..b42460ef5e --- /dev/null +++ b/system-preset/90-timesyncd.preset @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# These ones should be enabled by default, even if distributions +# generally follow a default-off policy. + +enable systemd-timesyncd.service |