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

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