mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
6 lines
76 B
SYSTEMD
6 lines
76 B
SYSTEMD
|
[Unit]
|
||
|
Description=Hello World
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/echo "Hello World"
|