mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-11 10:34:33 +02:00
13 lines
378 B
Bash
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"
|