mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
10 lines
327 B
Desktop File
10 lines
327 B
Desktop File
[Unit]
|
|
Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'group=$$(stat -c %%G /tmp/test-exec_runtimedirectory-owner); test "$$group" = "nfsnobody"'
|
|
Type=oneshot
|
|
Group=nfsnobody
|
|
User=root
|
|
RuntimeDirectory=test-exec_runtimedirectory-owner
|