mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
333d102c64
In general, Type=exec is superior to Type=simple. Let's not assume that the service is started before it was really started.
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
|