diff options
author | UnicronNL <kim.sidney@gmail.com> | 2018-10-21 13:09:43 +0200 |
---|---|---|
committer | UnicronNL <kim.sidney@gmail.com> | 2018-10-21 13:09:43 +0200 |
commit | 512553a3e388b546b7792e627be99c089f62ad9a (patch) | |
tree | 4e4f7b9e77696376b7a36d0f8b00cd5232280ea7 /lib | |
parent | 8380177fdcf045a9a9fcca0cb9233cf9e9cd4eb0 (diff) | |
download | vyatta-cfg-512553a3e388b546b7792e627be99c089f62ad9a.tar.gz vyatta-cfg-512553a3e388b546b7792e627be99c089f62ad9a.zip |
Move systemd mods to /lib directory
Remove redundant my_commit check
Do not show output on serial-getty (double output issue)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/systemd/aftervyos.conf | 3 | ||||
-rw-r--r-- | lib/systemd/serial/aftervyos.conf | 3 |
2 files changed, 6 insertions, 0 deletions
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 |