summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/libpod/files/podman.initd')
-rw-r--r--app-emulation/libpod/files/podman.initd17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-emulation/libpod/files/podman.initd b/app-emulation/libpod/files/podman.initd
deleted file mode 100644
index b590be16a1ba..000000000000
--- a/app-emulation/libpod/files/podman.initd
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2015-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-description="Podman Remote API Service"
-LOG_PATH="/var/log/${RC_SVCNAME}"
-RUN_PATH="/run/${RC_SVCNAME}"
-pidfile="${RUN_PATH}/${RC_SVCNAME}.pid"
-command="/usr/bin/podman"
-command_args="--log-level debug varlink -t 0 unix:/run/podman/io.podman"
-command_background="true"
-start_stop_daemon_args="--stdout ${LOG_PATH}/${RC_SVCNAME}.log --stderr ${LOG_PATH}/${RC_SVCNAME}.log"
-
-start() {
- checkpath -d "${RUN_PATH}" "${LOG_PATH}"
- default_start
-}