mirror of
https://github.com/ivabus/speakersafetyd
synced 2024-11-10 02:15:16 +03:00
Add unit file
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
a250a73dd6
commit
7e8d634f64
14
speakersafetyd.service
Normal file
14
speakersafetyd.service
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Speaker Protection Daemon
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/speakersafetyd -c /usr/share/speakersafetyd/
|
||||||
|
UMask=0066
|
||||||
|
Restart=on-failure
|
||||||
|
RestartSec=1
|
||||||
|
StartLimitInterval=60
|
||||||
|
StartLimitBurst=10
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue