mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
7 lines
136 B
Desktop File
7 lines
136 B
Desktop File
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/echo Start Hola
|
|
ExecReload=/bin/echo Reload Hola
|
|
ExecStop=/bin/echo Stop Hola
|
|
RemainAfterExit=yes
|