summaryrefslogtreecommitdiff
path: root/data/live-build-config/includes.chroot/etc/systemd
AgeCommit message (Collapse)Author
2025-05-04systemd: T7356: use short service names to avoid truncationChristian Breunig
The issue ONLY appears on small terminals where systemd automatically truncates the lines to match the terminal width - so far so good. The BUG is, if truncation happens in the service name which is BOLD you're pretty much screwed, as truncation will not reset the color. We can set StatusUnitFormat=description in /etc/systemd/system.conf which will not print the service long description to avoid truncation making the boot a little less verbose. This actually restores the behavior of VyOS 1.3
2020-05-20systemd-bootchart: add configurationChristian Poessinger
2018-10-14move getty conf to vyatta-cfg packageUnicronNL
2018-02-21Manage config files with included files instead of echo, sed etc. (#16)Kim
Manage system.conf from file instead of hook. Add comment to the files where they are managed
2018-02-19Enable journald log forwarding to syslog (fixes T552).Daniil Baturin
2016-12-26run vyatta-router service before getty serviceKim Hagen
2016-09-01T18: Regression: jessie-based VyOS doesn't disconnect the SSH session before ↵Kim Hagen
reboot
2016-08-05prevent systemd from doing a clear screen before login promptKim Hagen
2016-02-09Add sshd.service file to cleanly close ssh sessions.Kim Hagen