mirror of
https://github.com/ivabus/speakersafetyd
synced 2024-11-10 02:15:16 +03:00
dd568f1391
Signed-off-by: Hector Martin <marcan@marcan.st>
15 lines
295 B
Desktop File
15 lines
295 B
Desktop File
[Unit]
|
|
Description=Speaker Protection Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/speakersafetyd -c /usr/share/speakersafetyd/ -b /var/lib/speakersafetyd/blackbox -m 7
|
|
UMask=0066
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
StartLimitInterval=60
|
|
StartLimitBurst=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|