SYSTEMD · 268 bytes Raw Blame History
1 [Unit]
2 Description=Garfield Portal Backend
3 PartOf=graphical-session.target
4 After=graphical-session.target
5
6 [Service]
7 Type=dbus
8 BusName=org.freedesktop.impl.portal.desktop.garfield
9 ExecStart=/usr/local/bin/garfield-portal
10
11 [Install]
12 WantedBy=xdg-desktop-portal.service