summaryrefslogtreecommitdiffstats
path: root/debian/systemd-journal-remote.postinst
blob: 8ef91ada9515433617665334db94712c11fd5cee (plain)
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#