summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-group-nobody.service
blob: 58dce1e3d640b9061e81b4a40e3df21834699d0d (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for Group

[Service]
ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "nobody"'
Type=oneshot
Group=nobody