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]
|
[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
|
||||||
|
|
Loading…
Reference in New Issue