feat(storage-server): fix service
All checks were successful
arcad/edge/pipeline/head This commit looks good

This commit is contained in:
2023-10-02 20:56:53 -06:00
parent 6ddd831025
commit 0fded0170a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/sbin/openrc-run
command="/usr/bin/storage-server"
command_args=""
command_args=run""
supervisor=supervise-daemon
output_log="/var/log/storage-server.log"
error_log="$output_log"