mirror of
https://github.com/systemd/systemd.git
synced 2025-01-14 23:24:38 +03:00
12 lines
313 B
SYSTEMD
12 lines
313 B
SYSTEMD
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
[Unit]
|
||
|
Description=Test for specifiers
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=sh -c 'test %t = $$XDG_RUNTIME_DIR'
|
||
|
ExecStart=sh -c 'test %S = %h/.config'
|
||
|
ExecStart=sh -c 'test %C = %h/.cache'
|
||
|
ExecStart=sh -c 'test %L = %h/.config/log'
|
||
|
ExecStart=sh -c 'test %E = %h/.config'
|