1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[Unit] Description=CamillaDSP Daemon StartLimitIntervalSec=10 StartLimitBurst=10 [Service] Type=simple ExecStart=/usr/bin/camilladsp /srv/http/data/camilladsp/configs/camilladsp.yml -p 1234 -o /var/log/camilladsp.log Restart=always RestartSec=1 CPUSchedulingPolicy=fifo CPUSchedulingPriority=10 [Install] WantedBy=multi-user.target