diff options
Diffstat (limited to 'community/nbd/nbd-server.initd')
-rw-r--r-- | community/nbd/nbd-server.initd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/nbd/nbd-server.initd b/community/nbd/nbd-server.initd index b0cd32d4d1..6342e843c3 100644 --- a/community/nbd/nbd-server.initd +++ b/community/nbd/nbd-server.initd @@ -1,5 +1,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}" |