This commit is contained in:
Bob Mottram 2016-04-01 20:52:20 +01:00
parent 3a3308c32d
commit 5b5eaac1d2
1 changed files with 2 additions and 2 deletions

View File

@ -9714,10 +9714,10 @@ function install_mediagoblin {
echo '' >> /etc/systemd/system/mediagoblin-paster.service
echo '[Install]' >> /etc/systemd/system/mediagoblin-paster.service
echo 'WantedBy=multi-user.target' >> /etc/systemd/system/mediagoblin-paster.service
esystemctl daemon-reload
systemctl daemon-reload
systemctl enable mediagoblin-celeryd
systemctl enable mediagoblin-paster
esystemctl daemon-reload
systemctl daemon-reload
systemctl start mediagoblin-celeryd
systemctl start mediagoblin-paster