mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
6 lines
76 B
SYSTEMD
6 lines
76 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Hello World
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/bin/echo "Hello World"
|