mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
f0e018e748
This makes rename the test units by a consistent naming scheme, add several logs, and sort internal functions. No functional change.
8 lines
140 B
Desktop File
8 lines
140 B
Desktop File
[Unit]
|
|
Description=Test for StandardInput=file:
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/cmp /usr/bin/cmp
|
|
Type=oneshot
|
|
StandardInput=file:/usr/bin/cmp
|