mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-25 15:55:11 +03:00
Let's put everything systemd related in an extra-repos directory, so it is clear that the packages from here will end up in a separate, optional binary package repository.
4 lines
137 B
Bash
4 lines
137 B
Bash
#!/bin/sh
|
|
|
|
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / \
|
|
org.freedesktop.DBUS.ReloadConfig >/dev/null 2>&1 || :
|