Re: [systemd-devel] vt220 default for serial console still relevant?

2020-07-23 Thread Matwey V. Kornilov
Dear all, I've just read the discussion with a great interest. What I would like to add is that there a people (like me) who use real world serial consoles (not emulated as in qemu) for working with ARM single board computers. I usually use 'screen' terminal emulator to connect to /dev/ttyUSB0 o

[systemd-devel] Best practices for lots of similar units?

2020-07-23 Thread Roman Odaisky
Hi All, Suppose I want to run a number of similar services that all require the same boilerplate. How to avoid repeating myself when creating unit files? Let’s take a concrete example, websites. The boilerplate is as follows: [Unit] After=syslog.target [Service] ExecStart=/usr/bin/uwsgi \