1
1
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:
Zbigniew Jędrzejewski-Szmek 2020-09-14 08:58:54 +02:00
parent 1ddbb871fd
commit b2fd1bbb08
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