diff --git a/CHANGELOG b/CHANGELOG index 4cdc00b..de0cc2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ Bug fixes: - Treat command line option -h the same as --help - Sort Tiny Tiny RSS special feeds according to special ordering - Invalidate sessions when passwords are changed +- Correct example systemd unit to start after PostgreSQL and MySQL Changes: - Perform regular database maintenance to improve long-term performance diff --git a/dist/arsse.service b/dist/arsse.service index 3e19ee8..0adcdae 100644 --- a/dist/arsse.service +++ b/dist/arsse.service @@ -1,6 +1,6 @@ [Unit] Description=The Arsse feed fetching service -After=network.target +After=network.target mysql.service postgresql.service [Service] User=www-data @@ -12,4 +12,4 @@ StandardError=syslog ExecStart=/usr/bin/env php /usr/share/arsse/arsse.php daemon [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target