feat: add systemd libretime.target

- add wanted by
- instantly start services in vagrant
This commit is contained in:
jo 2022-05-08 19:20:03 +02:00 committed by Kyle Robbertze
parent a9c2271559
commit 510e978952
8 changed files with 27 additions and 1 deletions

2
Vagrantfile vendored
View file

@ -83,6 +83,8 @@ Vagrant.configure('2') do |config|
libretime-api migrate
libretime-api set_icecast_passwords --from-icecast-config
systemctl start libretime.target
SCRIPT
config.vm.provision 'install', type: 'shell', inline: $script