diff options
| author | torben | 2015-04-13 19:55:58 +0200 |
|---|---|---|
| committer | torben | 2015-04-13 19:55:58 +0200 |
| commit | 105f29aa50fe7d3324cb109714af7d0b3c2c27df (patch) | |
| tree | 22d2253071223b7897a50be86ab0efd74139578b /testModule/test-service.sh | |
| parent | Adding remotly notifyable test initramfs service. (diff) | |
| download | systemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.tar.gz systemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.tar.xz systemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.zip | |
Adding endless test service. Fix some naming conventions.
Diffstat (limited to 'testModule/test-service.sh')
| -rwxr-xr-x | testModule/test-service.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testModule/test-service.sh b/testModule/test-service.sh deleted file mode 100755 index cc81da9e..00000000 --- a/testModule/test-service.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/bash - -while true; do - wget http://10.126.2.184:8080 - sleep 2 -done |
