mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
units: explicit Type=dbus is now redundant
This commit is contained in:
@@ -12,6 +12,5 @@ Description=Hostname Service
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-hostnamed
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.hostname1
|
||||
CapabilityBoundingSet=CAP_SYS_ADMIN
|
||||
|
||||
@@ -12,6 +12,5 @@ Description=Locale Service
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-localed
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.locale1
|
||||
CapabilityBoundingSet=
|
||||
|
||||
@@ -13,7 +13,6 @@ After=nss-user-lookup.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-logind
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.login1
|
||||
CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER CAP_SYS_TTY_CONFIG
|
||||
|
||||
|
||||
@@ -12,6 +12,5 @@ Description=Time & Date Service
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-timedated
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.timedate1
|
||||
CapabilityBoundingSet=CAP_SYS_TIME
|
||||
|
||||
Reference in New Issue
Block a user