mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 15:35:58 +01:00
21d216ed7f
* CMake: get rid of Makefile * Nix: build using CMake
12 lines
324 B
SYSTEMD
12 lines
324 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
|
|
Slice=session.slice
|