chiark / gitweb /
core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it's not...
[elogind.git] / test / hello.service
1 [Unit]
2 Description=Hello World
3
4 [Service]
5 ExecStart=/bin/echo "Hello World"