ssh: remove dbus socket forwarding
This commit is contained in:
parent
b6796b8861
commit
dcf02aff92
2 changed files with 0 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=dbus proxy for desktop notifications
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/xdg-dbus-proxy "$DBUS_SESSION_BUS_ADDRESS" %t/bus-notification --filter --talk=org.freedesktop.Notifications
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -28,4 +28,3 @@ LocalForward 127.0.0.1:8080 127.0.0.1:8080
|
|||
# RemoteForward ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.extra
|
||||
RemoteForward ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh
|
||||
# RemoteForward ${XDG_RUNTIME_DIR}/gnupg/S.scdaemon ${XDG_RUNTIME_DIR}/gnupg/S.scdaemon
|
||||
RemoteForward ${XDG_RUNTIME_DIR}/bus-notification ${XDG_RUNTIME_DIR}/bus-notification
|
||||
|
|
Loading…
Reference in a new issue