mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-23 22:55:58 +01:00
12 lines
304 B
SYSTEMD
12 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
|