blob: 3e89b27e6471af3084bc9b9473dcfa8f9b9733b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|