File: rtirq.service

package info (click to toggle)
rtirq 20150216-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 120 kB
  • sloc: sh: 498; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Realtime IRQ thread system tuning
After=multi-user.target sound.target

[Service]
Type=oneshot
ExecStart=/etc/init.d/rtirq start
ExecStop=/etc/init.d/rtirq stop
RemainAfterExit=true

[Install]
WantedBy=multi-user.target