051a33e2e9
Fix #377
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 || :
|