乙個systemd 的例子

2021-10-07 04:19:19 字數 847 閱讀 9505

[unit]

description=pysql

after=network-online.target

[service]

type=******

workingdirectory=/home/zc/web

execstart=/usr/bin/python3.7 /home/zc/web/web_run.py > 1>/dev/null 2>&1

restart=always

user=zc

[install]

wantedby=multi-user.target

/lib/systemd/system

配置開機啟動

systemctl enable supervisord.service

或者systemctl enable supervisord

還有其他其他命令

systemctl start/restart/stop supervisor.service

驗證一下是否為開機啟動:

systemctl is-enabled supervisord

重新啟動服務

systemctl restart supervisord

檢視所有已啟動的服務

systemctl list -units --type=service

停止開機自啟動

systemctl disable nfs-server.service

檢視服務當前狀態

systemctl status nfs-server.service

乙個struts spring的例子

第乙個struts spring的例子 呵呵剛學spring 寫還望各位大蝦指教!配置struts就不用說了吧,如果用myeclipse直接add一下就可以了.接下來就來配置讓它支援spring 可 一,新建專案後,開啟struts confing.xml在後面加人下面 簡單吧!二然後就開始寫我們的...

乙個sql的例子

select dbo.userinfo.username,dbo.userinfo.usertruename,dbo.userinfo.useremail,dbo.userinfo.usermobile,dbo.userinfo.usertelephone,dbo.userinfo.usercar,...

乙個API HOOK的例子

乙個api hook的例子 2010年07月20日 include include 執行緒操作api hinstance hinst 任務例項id hwnd mainfrmhwnd 主視窗控制代碼 hfont globalfont 字型 typedef struct remoteparam 視窗類名...