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
|
- Treat command line option -h the same as --help
|
||||||
- Sort Tiny Tiny RSS special feeds according to special ordering
|
- Sort Tiny Tiny RSS special feeds according to special ordering
|
||||||
- Invalidate sessions when passwords are changed
|
- Invalidate sessions when passwords are changed
|
||||||
|
- Correct example systemd unit to start after PostgreSQL and MySQL
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- Perform regular database maintenance to improve long-term performance
|
- Perform regular database maintenance to improve long-term performance
|
||||||
|
|
4
dist/arsse.service
vendored
4
dist/arsse.service
vendored
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=The Arsse feed fetching service
|
Description=The Arsse feed fetching service
|
||||||
After=network.target
|
After=network.target mysql.service postgresql.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=www-data
|
User=www-data
|
||||||
|
@ -12,4 +12,4 @@ StandardError=syslog
|
||||||
ExecStart=/usr/bin/env php /usr/share/arsse/arsse.php daemon
|
ExecStart=/usr/bin/env php /usr/share/arsse/arsse.php daemon
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue