summarylogtreecommitdiffstats
path: root/octoprint-serve
blob: e97c746b3abc14a6c3da5398fc58cdc9059a5d76 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

HOST=0.0.0.0
PORT=5000

[[ -f /etc/conf.d/octoprint ]] && . /etc/conf.d/octoprint

exec /usr/lib/octoprint/bin/octoprint serve --host $HOST --port $PORT