Date: Tue, 12 Apr 2022 08:06:35 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263236] sysutils/containerd: Missing rc.d script Message-ID: <bug-263236-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263236 Bug ID: 263236 Summary: sysutils/containerd: Missing rc.d script Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: decke@FreeBSD.org Reporter: kwiat3k@panic.pl Flags: maintainer-feedback?(decke@FreeBSD.org) Assignee: decke@FreeBSD.org containers port is missing rc.d script. This is a script I prepared and is working for me: ``` # cat /usr/local/etc/rc.d/containerd #! /bin/sh # PROVIDE: containerd # REQUIRE: DAEMON NETWORKING # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable containerd: # #containerd_enable=3D"YES" . /etc/rc.subr name=3D"containerd" rcvar=3D"containerd_enable" load_rc_config $name : ${containerd_enable:=3DNO} pidfile=3D"/var/run/${name}.pid" command=3D"/usr/sbin/daemon" command_args=3D"-r -S -t ${name} -T ${name} -P ${pidfile} /usr/local/bin/${= name}" run_rc_command "$1" ``` --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263236-7788>