mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
10 lines
175 B
SYSTEMD
10 lines
175 B
SYSTEMD
|
[Unit]
|
||
|
Description=TEST-46-HOMED
|
||
|
Before=getty-pre.target
|
||
|
Wants=getty-pre.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
||
|
Type=oneshot
|
||
|
NotifyAccess=all
|