1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 09:21:26 +03:00
systemd/test/test-path/path-makedirectory.service
Zbigniew Jędrzejewski-Szmek 333d102c64 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.
2020-10-22 11:05:17 +02:00

8 lines
109 B
Desktop File

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