摘要: systemd兼容/etc/init.d/目录下的启动脚本,可以自动生成systemd服务,如下举例: main.cpp #include <iostream> #include <unistd.h> int main() { while(1) { std::cout<<"hello world"< 阅读全文
posted @ 2023-06-26 22:37 ho966 阅读(53) 评论(0) 推荐(0) 编辑