TEST-16-EXTEND-TIMEOUT: Convert to oneshot service

To match the other service units more and allow adding more
ExecStart= lines via dropins.
This commit is contained in:
Daan De Meyer 2024-06-02 16:43:00 +02:00
parent f9fc97824a
commit 7c0ab0cdf2

View file

@ -18,7 +18,5 @@ StopWhenUnneeded=yes
[Service]
ExecStartPre=rm -f /failed /testok
Type=exec
TimeoutStartSec=infinity
ExecStartPre=/usr/lib/systemd/tests/testdata/units/%N.sh
ExecStart=true
Type=oneshot
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh