summaryrefslogtreecommitdiff
path: root/test/testsuite-06.units/hola.service
blob: 5dc633206a1843e39f00163bb02c9b526c3962b8 (plain)
1
2
3
4
5
6
[Service]
Type=oneshot
ExecStart=/bin/echo Start Hola
ExecReload=/bin/echo Reload Hola
ExecStop=/bin/echo Stop Hola
RemainAfterExit=yes