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
telemersion
Telemersive Router
Commits
157815c3
Commit
157815c3
authored
Feb 16, 2021
by
Florian Bruggisser
Browse files
added acl installation for simple right granting
parent
74b30e91
Changes
1
Hide whitespace changes
Inline
Side-by-side
broker-service-install.sh
View file @
157815c3
...
...
@@ -15,6 +15,7 @@ source broker-service.cfg
echo
"installing msoquitto..."
sudo
apt update
sudo
apt
install
mosquitto
-y
sudo
apt
install
acl
-y
# add user
echo
"adding service user..."
...
...
@@ -37,7 +38,11 @@ sudo mv $SERVICE_NAME.service "/etc/systemd/system/$SERVICE_NAME.service"
echo
"enabling service..."
sudo
systemctl
enable
$SERVICE_NAME
.service
echo
""
echo
""
echo
"Please start your service now:"
echo
"sudo systemctl start
$SERVICE_NAME
.service"
echo
""
echo
""
popd
\ No newline at end of file
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