chiark / gitweb /
test: rename test directory
[elogind.git] / test1 / exec-demo.service
diff --git a/test1/exec-demo.service b/test1/exec-demo.service
deleted file mode 100644 (file)
index 5802e37..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[Meta]
-Description=Simple Execution Demo
-
-[Service]
-ExecStartPre=/bin/ps -eo pid,uid,args,cgroup
-ExecStartPre=/bin/cat /etc/hosts
-ExecStart=/bin/bash -c '/bin/sleep 5 &'
-Type=forking
-Output=syslog