diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 23:57:17 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-18 13:54:25 -0300 |
commit | 3597d59de3e0e275f9b6b233f2b1af9ea5c53404 (patch) | |
tree | 38154401b2b3ea30141399e87f0325a864218f1e /community/nbd/nbd-server.initd | |
parent | 13e34b665debd1dc2bc70ee533a05172f800a801 (diff) | |
download | aports-3597d59de3e0e275f9b6b233f2b1af9ea5c53404.tar.bz2 aports-3597d59de3e0e275f9b6b233f2b1af9ea5c53404.tar.xz |
community/nbd: upgrade to 3.19
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}" |