mirror of
https://git.proxmox.com/git/systemd
synced 2026-02-01 15:39:23 +00:00
11 lines
188 B
Bash
11 lines
188 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
adduser --quiet --system \
|
|
--home /run/systemd --no-create-home \
|
|
--gecos "systemd Journal Remote" \
|
|
--group systemd-journal-remote
|
|
|
|
#DEBHELPER#
|