diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-31 13:48:35 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-31 18:06:56 +0100 |
commit | 5e2c93666f2590614214a33027002b431ebafebc (patch) | |
tree | 20ed6f9f4f8ef6f351578e4185a379a50c073cdb /test1/exec-demo.service | |
parent | 0237edf7d24a53792122ec1c8225babf2ad3e227 (diff) |
test: rename test directory
Diffstat (limited to 'test1/exec-demo.service')
-rw-r--r-- | test1/exec-demo.service | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test1/exec-demo.service b/test1/exec-demo.service deleted file mode 100644 index 5802e37697..0000000000 --- a/test1/exec-demo.service +++ /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 |