1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=DML passthrough empty service
4
5[Service]
6Slice=dml-passthrough.slice
7Type=oneshot
8ExecStart=/bin/true
9