Start fedmsg-relay on boot in Vagrant

This commit is contained in:
Matt Prahl
2016-11-15 10:31:03 -05:00
parent 62654f871f
commit 02c245961b

1
Vagrantfile vendored
View File

@@ -27,6 +27,7 @@ $script = <<SCRIPT
ln -s /opt/module_build_service/krb5-stg.fp.o /etc/krb5.conf.d/stg_fedoraproject_org
python manage.py upgradedb
python manage.py generatelocalhostcert
systemctl enable fedmsg-relay
systemctl start fedmsg-relay
echo "export KRB5CCNAME=FILE:/var/tmp/krbcc" >> ~/.bashrc
SCRIPT