systemd/test/units/testsuite-21.service
2022-06-19 16:22:35 +02:00

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