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

[Service]
ExecStart=/bin/sh -x -c 'test "$$USER" = "nobody"'
Type=oneshot
User=nobody