summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-08-07 15:13:56 -0400
committerChris Severance2017-08-07 15:13:56 -0400
commitdb8f1854b21f1f923a59637b6c22b9c23e353d3a (patch)
treef76dbec2078e9a8c14ae34c9db7f07ad20df07c0
parent4408e45dcacfddf8edbcd74c6af864e1b32c1888 (diff)
downloadaur-db8f1854b21f1f923a59637b6c22b9c23e353d3a.tar.gz
Fix service
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a03623abf68..d50e6e938a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -88,7 +88,7 @@ After=network.target
[Service]
Type=notify
-ExecStart=/usr/bin/sh -c 'source /etc/bbportinst.conf; systemd-notify --ready'
+ExecStart=/usr/bin/sh -c 'source /etc/bbportinst.local; systemd-notify --ready'
RemainAfterExit=yes
[Install]