mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-05 16:25:59 +01:00
systemd: ensure service is stopped on exit of graphical session
This commit is contained in:
parent
bc89778fdc
commit
68f9759a78
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
[Unit]
|
||||
Description=Portal service (wlroots implementation)
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
|
|
Loading…
Reference in a new issue