mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
12 lines
258 B
Desktop File
12 lines
258 B
Desktop File
[Unit]
|
|
Description=TEST-28-PERCENTJ-WANTEDBY
|
|
# Testsuite: Ensure %j Wants directives work
|
|
Wants=specifier-j-wants.service
|
|
After=specifier-j-wants.service
|
|
Requires=testsuite-28-pre.service
|
|
After=testsuite-28-pre.service
|
|
|
|
[Service]
|
|
ExecStart=true
|
|
Type=oneshot
|