carbasicapp.service | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
carbasicapp.service
New file @@ -0,0 +1,16 @@ #/lib/systemd/system/carbasicapp.service [Unit] Description=systemd service unit carbasicapp Documentation=http://startai.com After=network.target [Service] Type=simple ExecStart=/data3/workspace/liuxiaolong/car-service/car-service ExecStop=/bin/kill -s HUP $MAINPID KillSignal=SIGQUIT KillMode=process PrivateTmp=true [Install] WantedBy=multi-user.target