1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Start after PostgreSQL and MySQL when relevant

This commit is contained in:
J. King 2019-07-26 09:42:36 -04:00
parent 4282ba1c26
commit 9f7e1c915c
2 changed files with 3 additions and 2 deletions

View file

@ -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

4
dist/arsse.service vendored
View file

@ -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
WantedBy=multi-user.target