[Unit] Description=CamillaDSP After=default.target StartLimitIntervalSec=10 StartLimitBurst=10 [Service] Type=simple User=username WorkingDirectory=~ ExecStart=camilladsp -s camilladsp/statefile.yml -w -g-40 -o camilladsp/camilladsp.log -p 1234 Restart=always RestartSec=1 StandardOutput=journal StandardError=journal SyslogIdentifier=camilladsp CPUSchedulingPolicy=fifo CPUSchedulingPriority=10 [Install] WantedBy=default.target