From 512553a3e388b546b7792e627be99c089f62ad9a Mon Sep 17 00:00:00 2001 From: UnicronNL Date: Sun, 21 Oct 2018 13:09:43 +0200 Subject: Move systemd mods to /lib directory Remove redundant my_commit check Do not show output on serial-getty (double output issue) --- lib/systemd/aftervyos.conf | 3 +++ lib/systemd/serial/aftervyos.conf | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 lib/systemd/aftervyos.conf create mode 100644 lib/systemd/serial/aftervyos.conf (limited to 'lib') diff --git a/lib/systemd/aftervyos.conf b/lib/systemd/aftervyos.conf new file mode 100644 index 0000000..c575390 --- /dev/null +++ b/lib/systemd/aftervyos.conf @@ -0,0 +1,3 @@ +[Service] +ExecStartPre=-/usr/libexec/vyos/init/vyos-config +StandardOutput=journal+console diff --git a/lib/systemd/serial/aftervyos.conf b/lib/systemd/serial/aftervyos.conf new file mode 100644 index 0000000..8ba4277 --- /dev/null +++ b/lib/systemd/serial/aftervyos.conf @@ -0,0 +1,3 @@ +[Service] +ExecStartPre=-/usr/libexec/vyos/init/vyos-config SERIAL +StandardOutput=journal+console -- cgit v1.2.3