From d6fb69c26c1ed966b41d3d1f09b40638fce3e521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 19 Feb 2018 15:59:32 +0100 Subject: Drop files that shouldn't be in master These files are my personal ones and shouldn't be there when we are releasing this as a tool to public. --- turtetris/files/master.init | 15 --------------- turtetris/files/slave.init | 15 --------------- turtetris/files/uci | 3 --- 3 files changed, 33 deletions(-) delete mode 100755 turtetris/files/master.init delete mode 100755 turtetris/files/slave.init delete mode 100644 turtetris/files/uci (limited to 'turtetris/files') diff --git a/turtetris/files/master.init b/turtetris/files/master.init deleted file mode 100755 index 912aff4..0000000 --- a/turtetris/files/master.init +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh /etc/rc.common -# Copyright (C) 2006-2011 OpenWrt.org - -USE_PROCD=1 - -START=99 - -start_service() { - procd_open_instance - procd_set_param command python3 -m turtetris_master - procd_set_param respawn - procd_set_param stdout 1 - procd_set_param stderr 1 - procd_close_instance -} diff --git a/turtetris/files/slave.init b/turtetris/files/slave.init deleted file mode 100755 index 5092328..0000000 --- a/turtetris/files/slave.init +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh /etc/rc.common -# Copyright (C) 2006-2011 OpenWrt.org - -USE_PROCD=1 - -START=99 - -start_service() { - procd_open_instance - procd_set_param command python3 -m turtetris_slave - procd_set_param respawn - procd_set_param stdout 1 - procd_set_param stderr 1 - procd_close_instance -} diff --git a/turtetris/files/uci b/turtetris/files/uci deleted file mode 100644 index d33219b..0000000 --- a/turtetris/files/uci +++ /dev/null @@ -1,3 +0,0 @@ - -config 1 'line' - -- cgit v1.2.3