mariadb service

This commit is contained in:
Bob Mottram 2017-06-05 19:20:08 +01:00
parent a19e7aa143
commit ec41237695
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ function install_rss_main {
# daemon to update feeds
echo '[Unit]' > /etc/systemd/system/ttrss.service
echo 'Description=ttrss_backend' >> /etc/systemd/system/ttrss.service
echo 'After=network.target mysql.service' >> /etc/systemd/system/ttrss.service
echo 'After=network.target mariadb.service' >> /etc/systemd/system/ttrss.service
echo 'After=tor.service' >> /etc/systemd/system/ttrss.service
echo '' >> /etc/systemd/system/ttrss.service
echo '[Service]' >> /etc/systemd/system/ttrss.service