gpt4 book ai didi

ubuntu - python 脚本到 .deb ubuntu 包来安装守护进程

转载 作者:太空宇宙 更新时间:2023-11-03 16:51:07 25 4
gpt4 key购买 nike

我有一个运行类似守护进程服务的 python 脚本,现在我创建了 python 包。我从那里创建了一个 .deb 包,但我希望脚本与 upstart 一起运行,但是我无法在安装 .deb 包时自动将文件写入/etc/init ubuntu 文件夹,这样我的守护进程就不会不必在重新启动时手动启动。我不知道我是否解释得很好,但我不知道如何解释得更好......

我有:python_script.py -> 运行一个 python 守护进程

python_script.tar.gz -> python 包

我需要的:

python.deb -> 安装 python 脚本并为我的 python 脚本设置 upstart,以便它作为服务/守护程序运行

最佳答案

你应该寻找 debian packaging doc for python , 其他有用的是 stdeb工具,一个 Python 到 Debian 源码包的转换工具。

要将其作为守护进程运行,您需要创建一个 init.d 脚本(您可以查看如何使用 herehere 一个更完整的示例),您可以在包中添加 init.d 脚本,然后然后从 python.deb 的 postinst 脚本调用“update-rc.d myscript defaults”并从 prerm 脚本调用“update-rc.d -f myscript remove”。

关于ubuntu - python 脚本到 .deb ubuntu 包来安装守护进程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17342709/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com