summaryrefslogtreecommitdiffstats
path: root/test/testsuite-06.units/hola.service
blob: 94f9b47b722ddb21ee14947d5723fef4d367b460 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: LGPL-2.1-or-later
[Service]
Type=oneshot
ExecStart=/bin/echo Start Hola
ExecReload=/bin/echo Reload Hola
ExecStop=/bin/echo Stop Hola
RemainAfterExit=yes