summaryrefslogtreecommitdiff
path: root/system-preset
diff options
context:
space:
mode:
Diffstat (limited to 'system-preset')
-rw-r--r--system-preset/90-journald.preset10
-rw-r--r--system-preset/90-networkd.preset10
-rw-r--r--system-preset/90-resolved.preset11
-rw-r--r--system-preset/90-systemd.preset24
-rw-r--r--system-preset/90-timesyncd.preset8
l---------system-preset/Makefile1
6 files changed, 0 insertions, 64 deletions
diff --git a/system-preset/90-journald.preset b/system-preset/90-journald.preset
deleted file mode 100644
index 6a8c17b1fa..0000000000
--- a/system-preset/90-journald.preset
+++ /dev/null
@@ -1,10 +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.
-
-disable syslog.socket
-
-disable systemd-journal-gatewayd.*
diff --git a/system-preset/90-networkd.preset b/system-preset/90-networkd.preset
deleted file mode 100644
index a053f7a4b1..0000000000
--- a/system-preset/90-networkd.preset
+++ /dev/null
@@ -1,10 +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.
-
-enable systemd-networkd.service
-
-disable 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 138937011c..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 console-shell.service
-disable debug-shell.service
-
-disable halt.target
-disable kexec.target
-disable poweroff.target
-disable reboot.target
-disable rescue.target
diff --git a/system-preset/90-timesyncd.preset b/system-preset/90-timesyncd.preset
deleted file mode 100644
index d40b418358..0000000000
--- a/system-preset/90-timesyncd.preset
+++ /dev/null
@@ -1,8 +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.
-
-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