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