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 | 24 | ||||
-rw-r--r-- | system-preset/90-timesyncd.preset | 11 | ||||
l--------- | system-preset/Makefile | 1 |
7 files changed, 0 insertions, 83 deletions
diff --git a/system-preset/90-journal-remote.preset b/system-preset/90-journal-remote.preset deleted file mode 100644 index f5917b2b84..0000000000 --- a/system-preset/90-journal-remote.preset +++ /dev/null @@ -1,13 +0,0 @@ -# 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 deleted file mode 100644 index 1022f0e86f..0000000000 --- a/system-preset/90-journald.preset +++ /dev/null @@ -1,11 +0,0 @@ -# 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 deleted file mode 100644 index 609edafe23..0000000000 --- a/system-preset/90-networkd.preset +++ /dev/null @@ -1,12 +0,0 @@ -# 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 deleted file mode 100644 index c5a5063cc1..0000000000 --- a/system-preset/90-resolved.preset +++ /dev/null @@ -1,11 +0,0 @@ -# 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 deleted file mode 100644 index 5f7b292244..0000000000 --- a/system-preset/90-systemd.preset +++ /dev/null @@ -1,24 +0,0 @@ -# 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 remote-fs.target -enable machines.target - -enable getty@.service - -disable console-getty.service -disable debug-shell.service - -disable halt.target -disable kexec.target -disable poweroff.target -enable reboot.target -disable rescue.target -disable exit.target diff --git a/system-preset/90-timesyncd.preset b/system-preset/90-timesyncd.preset deleted file mode 100644 index b42460ef5e..0000000000 --- a/system-preset/90-timesyncd.preset +++ /dev/null @@ -1,11 +0,0 @@ -# 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 diff --git a/system-preset/Makefile b/system-preset/Makefile deleted file mode 120000 index bd1047548b..0000000000 --- a/system-preset/Makefile +++ /dev/null @@ -1 +0,0 @@ -../src/Makefile
\ No newline at end of file |