smithy 211 B

1234567891011121314
  1. #!/sbin/openrc-run
  2. supervisor=supervise-daemon
  3. name=smithy
  4. command="smithy"
  5. command_args="serve --config /etc/smithy.yml"
  6. pidfile="/run/$name.pid"
  7. command_user="git:www"
  8. depend() {
  9. need net
  10. after firewall
  11. }