Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ale
autoradio
Commits
071ff55f
Commit
071ff55f
authored
Dec 22, 2013
by
ale
Browse files
allow users to specify options separately for the two daemons
parent
cbaae07c
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/autoradio.default
View file @
071ff55f
...
...
@@ -16,5 +16,6 @@ DOMAIN=""
# Set the etcd servers to connect to (default: etcd.$DOMAIN).
#ETCD_SERVER=""
# Additional options that are passed to the daemons.
DAEMON_OPTIONS=""
# Additional options that are passed to specific daemons.
RADIOD_OPTIONS=""
REDIRECTORD_OPTIONS=""
debian/changelog
View file @
071ff55f
autoradio (0.2-1) unstable; urgency=low
* Fixes to packaging scripts.
-- ale <ale@incal.net> Sun, 22 Dec 2013 18:36:23 +0000
autoradio (0.2) unstable; urgency=low
* Update to the etcd 0.2 API.
...
...
debian/services/radiod
View file @
071ff55f
...
...
@@ -6,5 +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
}
${
RADIOD
_OPTIONS
}
\
2>&1
debian/services/redirectord
View file @
071ff55f
...
...
@@ -7,5 +7,5 @@ set_etcd_params
exec
chpst
-u
nobody
\
redirectord
--ip
=
${
PUBLIC_IP
}
--domain
=
${
DOMAIN
}
\
${
ETCD_OPTIONS
}
${
DAEMON
_OPTIONS
}
\
${
ETCD_OPTIONS
}
${
REDIRECTORD
_OPTIONS
}
\
2>&1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment