systemd/test/units/testsuite-21.service
2022-10-22 00:22:15 +01: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