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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-09-14 08:58:54 +02:00
parent fcb7138ca7
commit 333d102c64
7 changed files with 7 additions and 7 deletions

View File

@ -3,5 +3,5 @@ Description=Service Test for Path units
[Service]
ExecStart=/bin/true
Type=simple
Type=exec
RemainAfterExit=true

View File

@ -3,5 +3,5 @@ Description=Service Test for Path units
[Service]
ExecStart=/bin/true
Type=simple
Type=exec
RemainAfterExit=true

View File

@ -3,5 +3,5 @@ Description=Service Test for Path units
[Service]
ExecStart=/bin/true
Type=simple
Type=exec
RemainAfterExit=true

View File

@ -3,5 +3,5 @@ Description=Service Test for Path units
[Service]
ExecStart=/bin/true
Type=simple
Type=exec
RemainAfterExit=true

View File

@ -3,5 +3,5 @@ Description=Service Test for Path units
[Service]
ExecStart=/bin/true
Type=simple
Type=exec
RemainAfterExit=true

View File

@ -3,5 +3,5 @@ Description=Service Test for Path units
[Service]
ExecStart=/bin/true
Type=simple
Type=exec
RemainAfterExit=true

View File

@ -3,5 +3,5 @@ Description=Service Test Path Unit
[Service]
ExecStart=/bin/true
Type=simple
Type=exec
RemainAfterExit=true