aboutsummaryrefslogtreecommitdiffstats
path: root/system/rts.service
blob: 20ef2b5c6f5cdc750875c401393b3b769f8baed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Apply Realtime-Kernel specific settings
After=multi-user.target sound.target
ConditionFileIsExecutable=/usr/bin/tuna
ConditionFileNotEmpty=/sys/kernel/realtime

[Service]
Type=oneshot
ExecStart=/usr/bin/rts
RemainAfterExit=true

[Install]
WantedBy=multi-user.target