554325746@qq.com
2020-07-30 f3a36ea583ddf629e877273b38bf981f62859aba
add systemd service
1个文件已添加
16 ■■■■■ 已修改文件
carbasicapp.service 16 ●●●●● 补丁 | 查看 | 原始文档 | 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