summaryrefslogtreecommitdiff
path: root/app-admin/puppet-agent/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /app-admin/puppet-agent/files
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'app-admin/puppet-agent/files')
-rw-r--r--app-admin/puppet-agent/files/mcollective.initd18
-rw-r--r--app-admin/puppet-agent/files/mcollective.service14
2 files changed, 0 insertions, 32 deletions
diff --git a/app-admin/puppet-agent/files/mcollective.initd b/app-admin/puppet-agent/files/mcollective.initd
deleted file mode 100644
index 6500cd878815..000000000000
--- a/app-admin/puppet-agent/files/mcollective.initd
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MCOLLECTIVE_PID_DIR="${MCOLLECTIVE_PID_DIR:-/var/run/puppetlabs}"
-
-command="/usr/sbin/mcollectived"
-pidfile="${MCOLLECTIVE_PID_DIR}/mcollectived.pid"
-
-command_args="--pidfile ${pidfile} --config=/etc/puppetlabs/mcollective/server.cfg --daemonize"
-
-depend() {
- need net
-}
-
-start_pre() {
- checkpath --directory "${MCOLLECTIVE_PID_DIR}"
-}
diff --git a/app-admin/puppet-agent/files/mcollective.service b/app-admin/puppet-agent/files/mcollective.service
deleted file mode 100644
index 9a6fdefb8ca8..000000000000
--- a/app-admin/puppet-agent/files/mcollective.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=The Marionette Collective
-After=network.target
-
-[Service]
-Type=forking
-StandardOutput=syslog
-StandardError=syslog
-ExecStart=/usr/sbin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/var/run/puppetlabs/mcollective.pid --daemonize
-ExecReload=/bin/kill -USR1 $MAINPID
-PIDFile=/var/run/puppetlabs/mcollective.pid
-
-[Install]
-WantedBy=multi-user.target