easyeffects: run Flatpak

This commit is contained in:
Vincent Bernat 2021-12-27 11:42:41 +01:00
parent 27f6ecdb09
commit 2d45bb63f5
2 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,7 @@ PartOf=graphical-session.target
[Service]
Type=dbus
BusName=com.github.wwmm.easyeffects
ExecStart=%h/.nix-profile/bin/easyeffects --gapplication-service
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-input
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-output
ExecStart=/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects --gapplication-service
ExecStartPost=-/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects -l default-input
ExecStartPost=-/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects -l default-output
Restart=on-failure