mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03:00
11 lines
299 B
SYSTEMD
11 lines
299 B
SYSTEMD
|
# 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
|