mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-08 05:57:26 +03:00
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
|