mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 14:42:01 +01:00
https://github.com/heftig/rtkit D-Bus system service that enables real time scheduling on request
7 lines
128 B
Bash
7 lines
128 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S rtkit 2>/dev/null
|
|
adduser -SDH -h /dev/null -s /sbin/nologin -G rtkit -g rtkit rtkit 2>/dev/null
|
|
|
|
exit 0
|