summaryrefslogtreecommitdiff
path: root/sys-apps/nca/files/ncad.initd
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/nca/files/ncad.initd')
-rw-r--r--sys-apps/nca/files/ncad.initd15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-apps/nca/files/ncad.initd b/sys-apps/nca/files/ncad.initd
deleted file mode 100644
index fa2adcd9b3ec..000000000000
--- a/sys-apps/nca/files/ncad.initd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-start() {
- ebegin "Starting ${SVCNAME}"
- start-stop-daemon --start --quiet --exec /sbin/ncad
- eend ${?}
-}
-
-stop() {
- ebegin "Stopping ${SVCNAME}"
- start-stop-daemon --stop --retry 5 --quiet --exec /sbin/ncad
- eend ${?}
-}