]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-specifier-user.service
execute: when recursively chowning StateDirectory= when spawning services, follow...
[thirdparty/systemd.git] / test / test-execute / exec-specifier-user.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for specifiers
4
5 [Service]
6 Type=oneshot
7 ExecStart=sh -c 'test %t = $$XDG_RUNTIME_DIR'
8 ExecStart=sh -c 'test %S = %h/.config'
9 ExecStart=sh -c 'test %C = %h/.cache'
10 ExecStart=sh -c 'test %L = %h/.config/log'
11 ExecStart=sh -c 'test %E = %h/.config'