mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command=/usr/bin/nbd-server
|
|
pidfile=/run/nbd-server.pid
|
|
command_args="-p ${pidfile}"
|