mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-29 11:31:09 +00:00
13 lines
303 B
Desktop File
13 lines
303 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[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
|