1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-01 05:47:04 +03:00
systemd-stable/test/test-path/path-exists.service
Zbigniew Jędrzejewski-Szmek b2fd1bbb08 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)
2020-12-08 18:08:30 +01:00

8 lines
109 B
Desktop File

[Unit]
Description=Service Test for Path units
[Service]
ExecStart=/bin/true
Type=exec
RemainAfterExit=true