1 2 3 4 5 6 7 8 9 10
#!/bin/sh set -e adduser --quiet --system \ --home /run/systemd --no-create-home \ --gecos "systemd Journal Remote" \ --group systemd-journal-remote #DEBHELPER#