From 367be40a8995fb4fb3434690369ad36561688d86 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 28 Sep 2018 14:21:39 -0400 Subject: [PATCH] boot: Remove [Install] from ostree-finalize-staged Let's just make this service not installable anymore. It should only be activated manually. Closes: #1750 Approved by: cgwalters --- src/boot/ostree-finalize-staged.service | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/boot/ostree-finalize-staged.service b/src/boot/ostree-finalize-staged.service index 570138cd..bc24a612 100644 --- a/src/boot/ostree-finalize-staged.service +++ b/src/boot/ostree-finalize-staged.service @@ -31,6 +31,3 @@ Conflicts=final.target Type=oneshot RemainAfterExit=yes ExecStop=/usr/bin/ostree admin finalize-staged - -[Install] -WantedBy=multi-user.target