Selaa lähdekoodia

Start after PostgreSQL and MySQL when relevant

microsub
J. King 5 vuotta sitten
vanhempi
commit
9f7e1c915c
  1. 1
      CHANGELOG
  2. 4
      dist/arsse.service

1
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

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

Ladataan…
Peruuta
Tallenna