aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/gpio-cdev/nu801/files/nu801.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/gpio-cdev/nu801/files/nu801.init')
-rwxr-xr-xpackage/system/gpio-cdev/nu801/files/nu801.init15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/system/gpio-cdev/nu801/files/nu801.init b/package/system/gpio-cdev/nu801/files/nu801.init
deleted file mode 100755
index 5613a92f6e..0000000000
--- a/package/system/gpio-cdev/nu801/files/nu801.init
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh /etc/rc.common
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-START=15
-STOP=94
-USE_PROCD=1
-
-start_service() {
- . /lib/functions.sh
-
- procd_open_instance
- procd_set_param command /usr/sbin/nu801 "$(board_name)"
- procd_set_param respawn 5 1 5
- procd_close_instance
-}