airport: fix airport-pre.service systemd unit

The unit file was pointing to an older version of postgresql than is
installed.  Fixed.
This commit is contained in:
Albert Hopkins 2018-12-05 16:59:07 -08:00
parent 3eece1b6ed
commit 41a5dae789
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
[Unit] [Unit]
Description=Airport (Pre) Description=Airport (Pre)
Documentation=https://bitbucket.org/marduk/airport/ Documentation=https://bitbucket.org/marduk/airport/
Requires=postgresql-9.6.service Requires=postgresql-10.service
After=postgresql-9.6.service After=postgresql-10.service
[Service] [Service]
Type=oneshot Type=oneshot