mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 22:52:40 +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}"
|