mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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
|