add message box outline for no updates set
This commit is contained in:
parent
1ed5257235
commit
e92f5b104d
3 changed files with 15 additions and 8 deletions
15
root/etc/cont-init.d/30-dbus
Normal file
15
root/etc/cont-init.d/30-dbus
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# make folders
|
||||
mkdir -p \
|
||||
/var/run/dbus
|
||||
|
||||
# delete existing pid if found
|
||||
[[ -e /var/run/dbus/pid ]] && \
|
||||
rm -f /var/run/dbus/pid
|
||||
|
||||
# permissions
|
||||
chown messagebus:messagebus \
|
||||
/var/run/dbus
|
||||
dbus-uuidgen --ensure
|
||||
sleep 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue