mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-15 06:48:24 +00:00
4 lines
128 B
Bash
Executable file
4 lines
128 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
daemonize -c /srv/http -p /tmp/prometheus.pid -l /tmp/prometheus.pid -u app /usr/bin/foreman start prometheus
|