896fb4a918
Rather than installing symlinks during the installation manually, put in [Install] sections into the units. This has the same effect, but allows changing the installation conditions via systemd-presets, which are provided by the 'fedora-release' package. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
14 lines
437 B
Desktop File
14 lines
437 B
Desktop File
[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 --syslog-only
|
|
ExecReload=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
|
|
OOMScoreAdjust=-900
|
|
|
|
[Install]
|
|
Alias=dbus.service
|
|
WantedBy=multi-user.target
|