mirror of
https://github.com/systemd/systemd.git
synced 2024-10-31 07:51:21 +03:00
9672b58398
(Also, sort list of test unit files in meson.build alphabetically, to make future additions more systematic)
16 lines
554 B
Desktop File
16 lines
554 B
Desktop File
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/test %n = exec-specifier.service
|
|
ExecStart=/usr/bin/test %N = exec-specifier
|
|
ExecStart=/usr/bin/test %p = exec-specifier
|
|
ExecStart=/usr/bin/test %P = exec/specifier
|
|
ExecStart=/usr/bin/test %f = /exec/specifier
|
|
ExecStart=/usr/bin/test %t = /run
|
|
ExecStart=/usr/bin/test %S = /var/lib
|
|
ExecStart=/usr/bin/test %C = /var/cache
|
|
ExecStart=/usr/bin/test %L = /var/log
|
|
ExecStart=/usr/bin/test %U = 0
|
|
|
|
# We don't test the other specifiers here, since they migh resolve to different
|
|
# things in different test environments
|