feat(storage-server): fix typo in openrc init script

This commit is contained in:
wpetit 2023-10-03 11:24:59 -06:00
parent ebe3e77879
commit 3fd25988cf
1 changed files with 1 additions and 1 deletions

View File

@ -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"