Skip to content
Snippets Groups Projects
Commit 321fbeeb authored by ale's avatar ale
Browse files

redirect everything to stdout

parent 073e4275
Branches
Tags
No related merge requests found
......@@ -6,4 +6,5 @@ set_public_ip
set_etcd_params
exec chpst -u icecast2 \
radiod --ip=${PUBLIC_IP} ${ETCD_OPTIONS} ${DAEMON_OPTIONS}
radiod --ip=${PUBLIC_IP} ${ETCD_OPTIONS} ${DAEMON_OPTIONS} \
2>&1
......@@ -7,4 +7,5 @@ set_etcd_params
exec chpst -u nobody \
redirectord --ip=${PUBLIC_IP} --domain=${DOMAIN} \
${ETCD_OPTIONS} ${DAEMON_OPTIONS}
${ETCD_OPTIONS} ${DAEMON_OPTIONS} \
2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment