feat(storage-server): fix typo in openrc init script
This commit is contained in:
parent
ebe3e77879
commit
3fd25988cf
|
@ -1,7 +1,7 @@
|
|||
#!/sbin/openrc-run
|
||||
|
||||
command="/usr/bin/storage-server"
|
||||
command_args=run""
|
||||
command_args="run"
|
||||
supervisor=supervise-daemon
|
||||
output_log="/var/log/storage-server.log"
|
||||
error_log="$output_log"
|
||||
|
|
Loading…
Reference in New Issue