diff --git a/docker/install-scrypted-dependencies-linux.sh b/docker/install-scrypted-dependencies-linux.sh index cd310dc3f..c3b5a1288 100755 --- a/docker/install-scrypted-dependencies-linux.sh +++ b/docker/install-scrypted-dependencies-linux.sh @@ -77,3 +77,15 @@ EOT RUN systemctl daemon-reload RUN systemctl enable scrypted.service RUN systemctl restart scrypted.service + + +set +x +echo +echo +echo +echo +echo "Scrypted Service has been installed (and started). You can start and stop Scrypted with:" +echo " systemctl start scrypted.service" +echo " systemctl stop scrypted.service" +echo +echo \ No newline at end of file