mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 03:11:18 +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}"
|