LL_Runit_Scripts/sv/packagekit-offline-update/run

7 lines
136 B
Text
Raw Permalink Normal View History

2021-06-20 05:33:32 +00:00
#!/bin/sh -e
sv start dbus
# See runit service packagekit
test ! -e /run/ostree-booted
/usr/lib/packagekit/pk-offline-update
exec pause