mirror of
https://github.com/systemd/systemd.git
synced 2024-12-28 11:21:59 +03:00
11 lines
299 B
Desktop File
11 lines
299 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Fuzz our D-Bus interfaces with dfuzzer
|
|
After=dbus.service multi-user.target
|
|
Wants=dbus.service multi-user.target
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /skipped /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
Type=oneshot
|