Centos7 2 自定義系統服務

2022-02-09 01:40:42 字數 826 閱讀 9198

我是一段美麗的使用者分割的廢話~

···cd /lib/systemd/system

······

vi chandao.service

[unit]

description=chandao

after=network.target

[service]

type=forking

execstart=/opt/zbox/zbox start

execreload=/opt/zbox/zbox restart

execstop=/opt/zbox/zbox stop

privatetmp=true

[install]

wantedby=multi-user.target

···引數說明

[unit]:服務的說明

description:描述服務

after:描述服務類別

[service]服務執行的引數設定

type=forking 後台執行的形式

execstart 服務的啟動命令

execreload 服務重啟命令

execstop 服務停止命令

privatetmp=true 是否給服務分配獨立的臨時空間 true給 false不給

[service]的啟動、重啟、停止命令應使用絕對路徑

chmod -r 754 chandao.service
systemctl enable chandao.service

centos7 2上搭建samba服務

版本 cat etc redhat release centos linux release 7.2.1511 core uname a linux localhost.localdomain 3.10.0 327.el7.x86 64 1 smp thu nov 19 22 10 57 utc 2...

搭建ftp伺服器(centos7 2)

yum install vsftpd yservice vsftpd startnetstat nltp grep 21可以訪問ftp ip 可瀏覽機器上的 var ftp目錄 1 阻止匿名訪問和切換根目錄 vi etc vsftpd vsftpd.conf 找到以下內容修改 禁用 anonymou...

CentOS7 2系統安裝中文man手冊

linux作業系統 centos 7.2 軟體 manpages zh 1.5.1.tar.gz 2.開啟系統終端 上傳到linux伺服器 輸入 tar xf manpages zh 1.5.1.tar.gz進行解壓縮 3.cd manpages zh 1.5.1進入安裝目錄 4 configure...