adding systemd services

This commit is contained in:
2026-03-11 12:25:01 +01:00
commit 6406bd8fb4
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[Unit]
Description=EasyEffects
Wants=pipewire-pulse.service
After=pipewire-pulse.service
BindsTo=pipewire-pulse.service
PartOf=pipewire-pulse.service
[Service]
Environment=DISPLAY=:0
Environment=XAUTHORITY=/home/ficik/.Xauthority
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
Restart=always
RestartSec=5
ExecStart=/usr/bin/easyeffects --gapplication-service
#StartLimitInterval=0
[Install]
WantedBy=default.target