mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
10 lines
319 B
Desktop File
10 lines
319 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 %t/test-exec_runtimedirectory-owner); test "$$group" = "nobody"'
|
|
Type=oneshot
|
|
Group=nobody
|
|
User=root
|
|
RuntimeDirectory=test-exec_runtimedirectory-owner
|