1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00
systemd-stable/test/test-path/path-modified.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 333d102c64)
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