summaryrefslogtreecommitdiff
path: root/system-preset
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-10 18:16:16 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-10 18:16:16 -0400
commit225690a604e73a7f90859370cc5201b599b0e823 (patch)
tree00b9057ac2064b387efc6f07b5cff231300c9418 /system-preset
parentff6514f056098c885323e8629d6ac6d113796f35 (diff)
./tools/notsd-move
Diffstat (limited to 'system-preset')
-rw-r--r--system-preset/90-journal-remote.preset13
-rw-r--r--system-preset/90-journald.preset11
-rw-r--r--system-preset/90-networkd.preset12
-rw-r--r--system-preset/90-resolved.preset11
-rw-r--r--system-preset/90-systemd.preset24
-rw-r--r--system-preset/90-timesyncd.preset11
l---------system-preset/Makefile1
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