mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
12 lines
460 B
SYSTEMD
12 lines
460 B
SYSTEMD
# This unit is intended to be installed in the systemd user instance, and
|
|
# depends on /run/flatpak/sideload-repos having been created via
|
|
# systemd-tmpfiles. The idea here is that we add any USB drive mounts to the
|
|
# appropriate directory so Flatpak can find and pull from them in case they
|
|
# have flatpaks on them, both when a new drive is inserted and at the start of
|
|
# the user session.
|
|
[Path]
|
|
PathChanged=@media_dir@/%u
|
|
|
|
[Install]
|
|
WantedBy=default.target
|