diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-14 08:58:54 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-22 11:05:17 +0200 |
commit | 333d102c644e7539b071ff5409d5a5e2dab35d65 (patch) | |
tree | c071cc62b39e7bf31fd3c5dd116dd781105b5a27 /test/test-path/path-exists.service | |
parent | fcb7138ca7c5649aa3c0fe780db20ebae08b2cde (diff) | |
download | systemd-333d102c644e7539b071ff5409d5a5e2dab35d65.tar.gz |
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.
Diffstat (limited to 'test/test-path/path-exists.service')
-rw-r--r-- | test/test-path/path-exists.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-path/path-exists.service b/test/test-path/path-exists.service index fb465d76bb..b75552df4f 100644 --- a/test/test-path/path-exists.service +++ b/test/test-path/path-exists.service @@ -3,5 +3,5 @@ Description=Service Test for Path units [Service] ExecStart=/bin/true -Type=simple +Type=exec RemainAfterExit=true |