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:
parent
3eece1b6ed
commit
41a5dae789
|
@ -1,8 +1,8 @@
|
|||
[Unit]
|
||||
Description=Airport (Pre)
|
||||
Documentation=https://bitbucket.org/marduk/airport/
|
||||
Requires=postgresql-9.6.service
|
||||
After=postgresql-9.6.service
|
||||
Requires=postgresql-10.service
|
||||
After=postgresql-10.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
Loading…
Reference in New Issue