mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
build: add some scary warning messages
This commit is contained in:
@ -259,8 +259,15 @@ echo " The sysprofd system daemon provides support"
|
|||||||
echo " for accessing hardware performance counters"
|
echo " for accessing hardware performance counters"
|
||||||
echo " as a normal user."
|
echo " as a normal user."
|
||||||
echo ""
|
echo ""
|
||||||
|
echo " ** Without this, whole-system capture will **"
|
||||||
|
echo " ** require running as root. **"
|
||||||
|
echo ""
|
||||||
echo " Systemd System Units ......................... : ${with_systemdsystemunitdir}"
|
echo " Systemd System Units ......................... : ${with_systemdsystemunitdir}"
|
||||||
echo ""
|
echo ""
|
||||||
echo " sysprofd uses systemd to manage the service"
|
echo " sysprofd uses systemd to manage the service"
|
||||||
echo " and sd-bus for D-Bus communication."
|
echo " and sd-bus for D-Bus communication."
|
||||||
echo ""
|
echo ""
|
||||||
|
echo " ** Make sure this is somewhere that systemd **"
|
||||||
|
echo " ** can locate your service files, or the UI **"
|
||||||
|
echo " ** will not be able to elevate privileges. **"
|
||||||
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user