Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
autoradio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ale
autoradio
Commits
9d0b0260
Commit
9d0b0260
authored
Apr 12, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grant the CAP_NET_BIND_SERVICE capability to radiod
parent
19da02b9
Pipeline
#2707
passed with stages
in 4 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
+6
-14
debian/autoradio-server.radiod.service
debian/autoradio-server.radiod.service
+2
-1
debian/autoradio.default
debian/autoradio.default
+4
-13
No files found.
debian/autoradio-server.radiod.service
View file @
9d0b0260
...
...
@@ -6,10 +6,11 @@ Wants=etcd.service
[Service]
User
=
icecast2
EnvironmentFile
=
-/etc/default/autoradio
ExecStart
=
/usr/bin/radiod $ETCD_
SERVER $PUBLIC_IP $INTERFACE
$RADIOD_OPTIONS
ExecStart
=
/usr/bin/radiod $ETCD_
OPTIONS
$RADIOD_OPTIONS
Restart
=
always
RestartSec
=
1
LimitNOFILE
=
65535
AmbientCapabilities
=
CAP_NET_BIND_SERVICE
[Install]
WantedBy
=
multi-user.target
debian/autoradio.default
View file @
9d0b0260
# Set your base domain name here.
#DOMAIN="--domain="
# Set your public IP if necessary (specify multiple times for v4/v6).
#PUBLIC_IP="--public-ip="
# Set the IP address that is advertised to peers.
PEER_IP="--peer-ip="
# Set the etcd servers to connect to (default: localhost:2379).
ETCD_
SERVER
="--etcd=http://localhost:2379"
ETCD_
OPTIONS
="--etcd=http://localhost:2379"
# Additional options that are passed to specific daemons.
#RADIOD_OPTIONS="--
bwlimit=1000
"
#RADIOD_OPTIONS="--interface=eth0"
RADIOD_OPTIONS=""
#RADIOD_OPTIONS="--
domain= --public-ip= --peer-ip=
"
RADIOD_OPTIONS=
TRANSCODERD_OPTIONS=
Write
Preview
Markdown
is supported
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