Created
February 27, 2016 14:30
-
-
Save nhooyr/25b70948f65f8da1d2f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=D-Bus System Message Bus | |
Documentation=man:dbus-daemon(1) | |
Requires=dbus.socket | |
[Service] | |
ExecStart=/usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd- | |
activation | |
ExecReload=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop. | |
DBus / org.freedesktop.DBus.ReloadConfig | |
OOMScoreAdjust=-900 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment