mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 07:25:58 +01:00
10 lines
256 B
SYSTEMD
10 lines
256 B
SYSTEMD
[Unit]
|
|
Description=Portal service (wlroots implementation)
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.impl.portal.desktop.wlr
|
|
ExecStart=@libexecdir@/xdg-desktop-portal-wlr
|
|
Restart=on-failure
|