1# SPDX-License-Identifier: LGPL-2.1-or-later 2[Unit] 3Description=A 4Requires=b.service 5Before=b.service 6 7[Service] 8ExecStart=/bin/true 9