1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-12 08:58:20 +03:00
systemd-stable/test/test-path/path-mycustomunit.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
104 B
Desktop File

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