blob: 6342e843c3a4854ee0af6cd5888f8d008573fb9d (
plain)
1
2
3
4
5
6
7
8
|
#!/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}"
|