mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-01 05:47:04 +03:00
b2fd1bbb08
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)
8 lines
109 B
Desktop File
8 lines
109 B
Desktop File
[Unit]
|
|
Description=Service Test for Path units
|
|
|
|
[Service]
|
|
ExecStart=/bin/true
|
|
Type=exec
|
|
RemainAfterExit=true
|