sst/test/test.service
J S 3c2ad92190
feat[all] Minimum example reached.
- Added command-line options for help, version, and setting/unsetting a
single option.
- Added test files
- Added error check for empty file.
2023-12-19 23:58:12 -05:00

27 lines
572 B
Desktop File

[Unit]
Description=D-Bus System Message Bus
Documentation=man:dbus-broker-launch(1)
DefaultDependencies=false
After=dbus.socket
Before=basic.target shutdown.target
Requires=dbus.socket
Conflicts=shutdown.target
[Service]
Type=notify
Sockets=dbus.socket
OOMScoreAdjust=-900
LimitNOFILE=16384
ProtectSystem=full
PrivateTmp=false
PrivateDevices=true
ExecStart=/usr/bin/dbus-broker-launch --scope system --audit
ExecReload=/usr/bin/busctl call org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus ReloadConfig
NewBinding=Yes
[Install]
Alias=dbus.service
ervice