Archive

运维

linux 进程守护

linux创建service文件 /usr/lib/systemd/system/.service 文件内容为 [Unit] Description=xxx After=network.target [Service] Type=si...
阅读全文