aports/main/s6/s6.initd
2025-05-07 04:50:27 +00:00

13 lines
378 B
Bash

#!/sbin/openrc-run
# Copyright 2016-2025 Laurent Bercot
# Distributed under the terms of the ISC License.
# We currently start the s6 supervision tree as an
# openrc service. It's using ssd for now; we may
# switch to supervise-daemon later.
name="s6"
command="/usr/lib/s6/s6-svscanboot"
command_args="/run/service"
pidfile="/run/s6.pid"
start_stop_daemon_args="-b -m -k 022"