diff options
Diffstat (limited to 'debian/systemd-journal-remote.postinst')
-rw-r--r-- | debian/systemd-journal-remote.postinst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/systemd-journal-remote.postinst b/debian/systemd-journal-remote.postinst new file mode 100644 index 0000000..8ef91ad --- /dev/null +++ b/debian/systemd-journal-remote.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +adduser --quiet --system \ + --home /run/systemd --no-create-home \ + --gecos "systemd Journal Remote" \ + --group systemd-journal-remote + +#DEBHELPER# |