mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
9 lines
212 B
Desktop File
9 lines
212 B
Desktop File
[Unit]
|
|
Description=Test DynamicUser with SupplementaryGroups=
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'test "$$(id -G | cut -d " " --complement -f 1)" = "1 2 3"'
|
|
Type=oneshot
|
|
DynamicUser=yes
|
|
SupplementaryGroups=1 2 3
|