From 576786c97065c8e5638e9e0a7cad688175cd3746 Mon Sep 17 00:00:00 2001 From: Kim Date: Sun, 14 Oct 2018 21:33:06 +0200 Subject: Rework vyos router init (#11) * Add a systemd vyos.target and split the vyatta-router init script to multiple systemd scripts. * remove ref to cloud-init * Remove vyatta-router init and rename vyatta-router to vyos-initialize. * Install files to correct dirs * try to fix systemd boot issues * Update script names run config load in background to not block systemd * Prevent cat: write error: Broken pipe * Rework vyos startup * add systemd to Makefile.am * Update script name * Fix inclusion of getty conf * Fix indentation --- etc/systemd/aftervyos.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/systemd/aftervyos.conf (limited to 'etc/systemd') diff --git a/etc/systemd/aftervyos.conf b/etc/systemd/aftervyos.conf new file mode 100644 index 0000000..c575390 --- /dev/null +++ b/etc/systemd/aftervyos.conf @@ -0,0 +1,3 @@ +[Service] +ExecStartPre=-/usr/libexec/vyos/init/vyos-config +StandardOutput=journal+console -- cgit v1.2.3