frp作為一款內網穿透工具,使用起來極為方便,但每次客戶端關機重啟後都需要手動開啟,較為麻煩,使用以下指令碼進行centos7開機自啟設定:
sudo vim /etc/systemd/system/frpc.service
輸入一下內容:
[unit]
description=frpc daemon
after=syslog.target network.target
wants=network.target
[service]
type=******
execstart=/opt/software/frp/frpc -c /opt/software/frp/frpc.ini -- 對應自己的路徑,其他不變
restart= always
restartsec=1min
execstop=/usr/bin/killall frpc
[install]
wantedby=multi-user.target
最後使用sudo systemctl enable frpc.service啟用
親測可用
frp開機啟動
unit description frp server daemon after syslog.target network.target wants network.target service type execstart usr bin frps c etc frps.ini execstop...
開機自啟動
1.建立uid3.rss uid3 是mmp 中的 uid 0x100039ce 0xeb32ada7 0xeb32ada7 需要建立的檔案名字是 eb32ada7.rss 建立到工程名下的 data 目錄下 該檔案的內容格式如下 include resource startup item info...
開機自啟動
使程式可以隨windows自啟動的方式有 1.啟動資料夾 將程式或程式的快捷方式放置到啟動資料夾 xp 系統路徑 documents and settings administrator 開始 選單 程式 啟動 win7 2.登錄檔 當前使用者 1 hkey current user softwar...