From 41a5dae789a7af081f12f16d3dab46e7d3088300 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 5 Dec 2018 16:59:07 -0800 Subject: [PATCH] airport: fix airport-pre.service systemd unit The unit file was pointing to an older version of postgresql than is installed. Fixed. --- appliances/airport/airport-pre.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appliances/airport/airport-pre.service b/appliances/airport/airport-pre.service index e265798..7083202 100644 --- a/appliances/airport/airport-pre.service +++ b/appliances/airport/airport-pre.service @@ -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