diff options
Diffstat (limited to 'system/rts@.service')
-rw-r--r-- | system/rts@.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/rts@.service b/system/rts@.service new file mode 100644 index 0000000..84bbdba --- /dev/null +++ b/system/rts@.service @@ -0,0 +1,13 @@ +[Unit] +Description=Apply Realtime-Kernel specific settings +After=multi-user.target sound.target +ConditionKernelCommandLine=systemd.setenv=REALTIME=true +ConditionFileIsExecutable=/usr/bin/tuna + +[Service] +Type=oneshot +ExecStart=/usr/lib/systemd/scripts/rt-settings %i +RemainAfterExit=true + +[Install] +WantedBy=multi-user.target |