mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
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
104 B
Desktop File
8 lines
104 B
Desktop File
[Unit]
|
|
Description=Service Test Path Unit
|
|
|
|
[Service]
|
|
ExecStart=/bin/true
|
|
Type=exec
|
|
RemainAfterExit=true
|