Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 python 脚本,我想在每次机器启动时运行它。但是,它需要 sudo。在启动时使用 sudo 制作我的 python 脚本的简单解决方案是什么?
对于非特权启动脚本,只需将单行命令添加到/etc/rc.local需要sudo将其添加到/etc/rc.common.
/etc/rc.local
sudo
/etc/rc.common
您可以使用launchd.
launchd
launchd -- 系统范围和每个用户的守护进程/代理管理器
将您的属性列表文件添加到/Library/LaunchDaemons目录中。
/Library/LaunchDaemons
查看技术说明 TN2083 守护进程和代理