mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +03:00
9 lines
114 B
SYSTEMD
9 lines
114 B
SYSTEMD
|
[Unit]
|
||
|
Description=I
|
||
|
Conflicts=a.service d.service
|
||
|
Wants=b.service
|
||
|
After=b.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/true
|