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:
parent
96af028daa
commit
c4bccf16f9
3 changed files with 11 additions and 26 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue