mirror of
https://github.com/systemd/systemd.git
synced 2025-02-01 09:47:35 +03:00
12 lines
256 B
SYSTEMD
12 lines
256 B
SYSTEMD
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
[Unit]
|
||
|
Description=Test for specifiers (system)
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=test %t = /run
|
||
|
ExecStart=test %S = /var/lib
|
||
|
ExecStart=test %C = /var/cache
|
||
|
ExecStart=test %L = /var/log
|
||
|
ExecStart=test %E = /etc
|