summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2019-01-14 17:10:03 -0800
committerMike Javorski2019-01-14 17:10:03 -0800
commit91c2fe3e02119f66d78f4d6bfc37667b337f35b4 (patch)
treeddb4ad45b21314ee679e9bebb3d6b486588f8b90
parentcada888a7e707cef78a7d894707098eb374b4b76 (diff)
downloadaur-91c2fe3e02119f66d78f4d6bfc37667b337f35b4.tar.gz
Install docker.socket systemd unit which was re-added with 18.09.1
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 827db02d9234..a31cd5bec5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,6 +64,7 @@ package() {
cd $srcdir/docker-ce-$pkgver/components/packaging
# systemd
+ install -Dm644 'systemd/docker.socket' "$pkgdir/usr/lib/systemd/system/docker.socket"
install -Dm644 'systemd/docker.service' "$pkgdir/usr/lib/systemd/system/docker.service"
install -Dm644 "$srcdir/docker.sysusers" "$pkgdir/usr/lib/sysusers.d/docker.conf"