aports/community/nbd/nbd-server.initd
2019-08-18 13:54:25 -03:00

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}"