mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
348f5017a4
Most of these are identical, let's just generate from a meson template.
12 lines
419 B
Desktop File
12 lines
419 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=TEST-44-LOG-NAMESPACE
|
|
Wants=basic.target multi-user.target systemd-journald@foobar.socket systemd-journald-varlink@foobar.socket
|
|
After=basic.target systemd-journald@foobar.socket systemd-journald-varlink@foobar.socket
|
|
Before=getty-pre.target
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
Type=oneshot
|