mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
test-path: use Type=exec
In general, Type=exec is superior to Type=simple. Let's not assume that the service is started before it was really started. (cherry picked from commit 333d102c644e7539b071ff5409d5a5e2dab35d65)
This commit is contained in:
parent
1ddbb871fd
commit
b2fd1bbb08
@ -3,5 +3,5 @@ Description=Service Test for Path units
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/true
|
||||
Type=simple
|
||||
Type=exec
|
||||
RemainAfterExit=true
|
||||
|
@ -3,5 +3,5 @@ Description=Service Test for Path units
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/true
|
||||
Type=simple
|
||||
Type=exec
|
||||
RemainAfterExit=true
|
||||
|
@ -3,5 +3,5 @@ Description=Service Test for Path units
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/true
|
||||
Type=simple
|
||||
Type=exec
|
||||
RemainAfterExit=true
|
||||
|
@ -3,5 +3,5 @@ Description=Service Test for Path units
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/true
|
||||
Type=simple
|
||||
Type=exec
|
||||
RemainAfterExit=true
|
||||
|
@ -3,5 +3,5 @@ Description=Service Test for Path units
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/true
|
||||
Type=simple
|
||||
Type=exec
|
||||
RemainAfterExit=true
|
||||
|
@ -3,5 +3,5 @@ Description=Service Test for Path units
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/true
|
||||
Type=simple
|
||||
Type=exec
|
||||
RemainAfterExit=true
|
||||
|
@ -3,5 +3,5 @@ Description=Service Test Path Unit
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/true
|
||||
Type=simple
|
||||
Type=exec
|
||||
RemainAfterExit=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user