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 脚本,它必须在启动时自动执行。我知道如何通过在 etc/init.d 中编辑和添加文件来实现它。我已经为它创建了一个带有 setup.py 和其他文件的 Python 包,但我找不到如何使脚本在安装的每个系统上自动执行的方法。有没有办法使用 setup.py 做到这一点?
将该脚本放在 /etc/rc.local 中,以便在每次启动系统时执行它。