This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

请问如何设置应用程序开机以root权限自动执行?



使用C/C++编译的可执行程序,如何设置开机自动以root权限执行?systemd 机制与rc机制开机自动启动程序在用户登录之前,即root权限的获取在systemd服务与rc程序之后,如何使得获取root权限后开机自动执行程序?