mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command=/usr/bin/nbd-server
|
|
pidfile=/run/nbd-server.pid
|
|
command_args="-p ${pidfile}"
|