【基础】systemctl 服务的目录位置
systemctl 服务的目录位置
centos:/usr/lib/systemd/system
ubuntu:/etc/systemd/system,但实际部分是从/lib/systemd/system中软连接的
systemctl 服务的目录位置
centos:/usr/lib/systemd/system
ubuntu:/etc/systemd/system,但实际部分是从/lib/systemd/system中软连接的
#Git和ssh验证方面可以使用下面的方法
yum -y install expect
cat > expect.sh <<EOF
#!/usr/bin/expect -f
set timeout 30
spawn git pull origin maste
expect {
"*yes/no"