diff options
Diffstat (limited to 'test/hello.service')
-rw-r--r-- | test/hello.service | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/hello.service b/test/hello.service new file mode 100644 index 0000000000..82907b64e1 --- /dev/null +++ b/test/hello.service @@ -0,0 +1,5 @@ +[Unit] +Description=Hello World + +[Service] +ExecStart=/bin/echo "Hello World" |