mirror of
https://github.com/systemd/systemd.git
synced 2024-10-29 21:55:36 +03:00
98fa6c7210
Since we don't run preset-all on the test image, the systemd-userdbd.socket remains disabled. Let's pull it in explicitly to give systemd-userdbd some coverage as well.
14 lines
360 B
Desktop File
14 lines
360 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=TEST-46-HOMED
|
|
Wants=getty-pre.target
|
|
Before=getty-pre.target
|
|
Requires=systemd-homed.service systemd-userdbd.socket
|
|
After=systemd-homed.service systemd-userdbd.socket
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
Type=oneshot
|
|
NotifyAccess=all
|