mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
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:
parent
f9fc97824a
commit
7c0ab0cdf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user