summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-11 20:16:49 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-11 20:16:49 -0500
commitf4c83a54b8167c28f9f71605c485df96b91cf3e3 (patch)
tree3526e32efcba2bed9acb9ea557dfbb2df8aaabf3 /services
parentdb521872980b8f3d634596f9d154f6d02030d064 (diff)
downloadconf-f4c83a54b8167c28f9f71605c485df96b91cf3e3.tar.gz
conf-f4c83a54b8167c28f9f71605c485df96b91cf3e3.zip
more cleanups
Diffstat (limited to 'services')
-rwxr-xr-xservices/cairo-compmgr/log/run3
-rwxr-xr-xservices/cairo-compmgr/run3
-rwxr-xr-xservices/minicpan_webserver/log/run3
-rwxr-xr-xservices/minicpan_webserver/run5
4 files changed, 0 insertions, 14 deletions
diff --git a/services/cairo-compmgr/log/run b/services/cairo-compmgr/log/run
deleted file mode 100755
index eb2a7be..0000000
--- a/services/cairo-compmgr/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-multilog t * $HOME/.log/cairo-compmgr
diff --git a/services/cairo-compmgr/run b/services/cairo-compmgr/run
deleted file mode 100755
index 01f3dbc..0000000
--- a/services/cairo-compmgr/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-cairo-compmgr 2>&1
diff --git a/services/minicpan_webserver/log/run b/services/minicpan_webserver/log/run
deleted file mode 100755
index 27aa288..0000000
--- a/services/minicpan_webserver/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-multilog t * $HOME/.log/minicpan_webserver
diff --git a/services/minicpan_webserver/run b/services/minicpan_webserver/run
deleted file mode 100755
index 8e37b91..0000000
--- a/services/minicpan_webserver/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cd $HOME
-source $HOME/.bashrc
-minicpan_webserver 2>&1