mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Start after PostgreSQL and MySQL when relevant
This commit is contained in:
parent
4282ba1c26
commit
9f7e1c915c
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
2
dist/arsse.service
vendored
2
dist/arsse.service
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue