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

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