summaryrefslogtreecommitdiffstats
path: root/devel/icecream/init.d/icecream
diff options
context:
space:
mode:
Diffstat (limited to 'devel/icecream/init.d/icecream')
-rw-r--r--devel/icecream/init.d/icecream8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/icecream/init.d/icecream b/devel/icecream/init.d/icecream
new file mode 100644
index 0000000000..370c9211bb
--- /dev/null
+++ b/devel/icecream/init.d/icecream
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+PROGRAM=/opt/icecream/sbin/iceccd
+ARGS="--daemonize"
+RUNLEVEL=3
+NEEDS="+network +remote_fs"
+
+. /etc/init.d/smgl_init