mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
7 lines
95 B
SYSTEMD
7 lines
95 B
SYSTEMD
|
[Unit]
|
||
|
Description=Silent successful service
|
||
|
|
||
|
[Service]
|
||
|
LogLevelMax=notice
|
||
|
ExecStart=/bin/true
|