mirror of
https://github.com/systemd/systemd.git
synced 2024-12-02 23:03:50 +08:00
d1ac1aa5ca
It's been there since the test was introduced and I'm not really sure what was the original intention behind it, but it makes systemd sad: [ 4.909056] systemd[1]: /usr/lib/systemd/tests/testdata/units/testsuite-44.service:13: Unknown key name 'LogTarget' in section 'Service', ignoring.
13 lines
403 B
Desktop File
13 lines
403 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=TESTSUITE-44-LOG-NAMESPACE
|
|
Before=getty-pre.target
|
|
Wants=getty-pre.target
|
|
Wants=systemd-journald@foobar.socket systemd-journald-varlink@foobar.socket
|
|
After=systemd-journald@foobar.socket systemd-journald-varlink@foobar.socket
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
Type=oneshot
|