mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
https://github.com/heftig/rtkit D-Bus system service that enables real time scheduling on request
6 lines
128 B
Bash
6 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
|