Skip to content

Commit

Permalink
meta-lxatac-software: passwd: reserve uid/gid for systemd-journal-upload
Browse files Browse the repository at this point in the history
The tacos base install does not install / configure systemd-journal-upload,
but the Pengutronix-Internal derived images do.
Register the uid/gid here, as systemd-journal-upload is generally useful
when managing a fleet of TACs.

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez committed Jan 4, 2024
1 parent eb40f8d commit e50cb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta-lxatac-software/files/group
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
root:x:0:
systemd-journal-upload:x:982:
pulse:x:983:
avahi-autoipd:x:984:
wheel:x:985:
Expand Down
1 change: 1 addition & 0 deletions meta-lxatac-software/files/passwd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
root:x:0:0
pulse:x:983:983
avahi-autoipd:x:984:984
systemd-journal-upload:x:988:982
systemd-timesync:x:989:986
systemd-resolve:x:990:987
systemd-coredump:x:991:988
Expand Down

0 comments on commit e50cb74

Please sign in to comment.