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
This commit is contained in:
parent
039bbe5682
commit
367be40a89
|
|
@ -31,6 +31,3 @@ Conflicts=final.target
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStop=/usr/bin/ostree admin finalize-staged
|
ExecStop=/usr/bin/ostree admin finalize-staged
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue