summaryrefslogtreecommitdiff
path: root/.config/systemd/user/easyeffects.service
diff options
context:
space:
mode:
authorEwy~ <ewy0@protonmail.com>2024-12-28 01:08:10 +0100
committerEwy~ <ewy0@protonmail.com>2024-12-28 01:08:10 +0100
commit059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (patch)
treec95fc3025a1c69ce5d1dbaf7e55121c2e70a152a /.config/systemd/user/easyeffects.service
updated commit
Diffstat (limited to '.config/systemd/user/easyeffects.service')
-rw-r--r--.config/systemd/user/easyeffects.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/systemd/user/easyeffects.service b/.config/systemd/user/easyeffects.service
new file mode 100644
index 0000000..3e89b27
--- /dev/null
+++ b/.config/systemd/user/easyeffects.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=easyeffects daemon
+PartOf=graphical-session.target
+After=graphical-session.target
+
+[Service]
+Environment="G_MESSAGES_DEBUG=easyeffects"
+ExecStart=/usr/bin/easyeffects --gapplication-service
+Restart=on-failure
+RestartSec=5
+
+[Install]
+WantedBy=graphical-session.target