feat(installer): remove allow-restart flag (#1970)

Services management should be handled by the admin. You can use the following command `systemctl restart  libretime.target`
This commit is contained in:
Jonas L 2022-07-17 23:58:51 +02:00 committed by GitHub
parent 96af028daa
commit c4bccf16f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 26 deletions

3
Vagrantfile vendored
View file

@ -80,14 +80,13 @@ Vagrant.configure('2') do |config|
LIBRETIME_RABBITMQ_PASSWORD=libretime \
bash install \
--listen-port 8080 \
--allow-restart \
--in-place \
http://192.168.10.100:8080
libretime-api migrate
libretime-api set_icecast_passwords --from-icecast-config
systemctl start libretime.target
systemctl restart libretime.target
SCRIPT
config.vm.provision 'install', type: 'shell', inline: $script