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