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/slave.init | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 turtetris/files/slave.init (limited to 'turtetris/files/slave.init') 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 -} -- cgit v1.2.3