mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 12:51:44 +01:00
11 lines
273 B
Plaintext
Executable File
11 lines
273 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
name="Supervisor"
|
|
command="/usr/bin/supervisord"
|
|
pidfile="/var/run/supervisord.pid"
|
|
configfile="/etc/supervisord.conf"
|
|
command_args="--nodaemon --pidfile ${pidfile} --configuration ${configfile}"
|
|
command_background="yes"
|
|
|
|
required_files="${configfile}"
|