mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 11:31:56 +02:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
name="Network Block Device Server"
|
|
description="Serve a block device as a file to other computers"
|
|
|
|
command=/usr/bin/nbd-server
|
|
pidfile=/run/nbd-server.pid
|
|
command_args="-p ${pidfile}"
|