mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
5ef9eda17f
Fixes #15083. Users might want to disable homed if not used to save resources.
13 lines
266 B
Desktop File
13 lines
266 B
Desktop File
[Unit]
|
|
Description=TEST-46-HOMED
|
|
Wants=getty-pre.target
|
|
Before=getty-pre.target
|
|
Wants=systemd-homed.service
|
|
After=systemd-homed.service
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
Type=oneshot
|
|
NotifyAccess=all
|