logstash设置开机自启动】的更多相关文章

本篇文件前提是在centos7.6上使用rpm包安装的logstash,添加systemd方式启动. #默认为rpm包安装,进行执行目录 cd /usr/share/logstash/bin/ #系统自带的system-install就是提供的开机自启动,查看文档说明 [root@db01 bin]# ./system-install --help OPTIONSFILE: Full path to a startup.options file OPTIONSFILE is required i…
Ubuntu设置开机自启动脚本的方法是:修改/etc/init.d/rc.local这个文件,添加需要启动的程序即可,相关函数如下: void SetSysAutoBoot() { ] = {}; ; ret = readlink("/proc/self/exe",path,sizeof(path)); )&& (ret < sizeof(path))) { printf("system path : %s\n",path); } char*…
设置开机自启动…
Linux服务器,服务管理--systemctl命令详解,设置开机自启动 syetemclt就是service和chkconfig这两个命令的整合,在CentOS 7就开始被使用了. 摘要: systemctl 是系统服务管理器命令,它实际上将 service 和 chkconfig 这两个命令组合到一起. 任务 旧指令 新指令 使某服务自动启动 chkconfig --level 3 httpd on systemctl enable httpd.service 使某服务不自动启动 chkco…
[1] 更改/etc/oratab # This file is used by ORACLE utilities. It is created by root.sh # and updated by the Database Configuration Assistant when creating # a database. # A colon, ':', is used as the field terminator. A new line terminates # the entry.…
方法一.编辑rc.loacl脚本  Ubuntu开机之后会执行/etc/rc.local文件中的脚本,所以我们可以直接在/etc/rc.local中添加启动脚本.在 exit 0 前面添加好脚本代码,如: !/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on succe…
如果常用VirtualBox虚拟机系统的话,设置个随开机启动也是很方便的.不需要打开VirtualBox窗口,直接就是系统启动了. 又继续上网搜索学习了.(设置开机自启动VirtualBox虚拟机系统)总结如下: Host机是XP下: @ECHO OFF cd C:\Program Files\Oracle\VirtualBox\ start VirtualBox.exe -startvm centos EXIT 找到VirtualBox的安装路径. 用VirtualBox.exe -start…
任务 旧指令 新指令 使某服务自动启动 chkconfig --level 3 httpd  on              systemctl enable httpd.service 使某服务不自动启动 chkconfig --level 3 httpd off systemctl disable httpd.service 检查服务状态 service httpd status systemctl status httpd.service (服务详细信息) systemctl is-act…
设置了ntpd开机自启动,重启服务器ntpd没有自启动 1.需要禁掉chronyd.service: systemctl disable chronyd.service 2.手动启动ntpd: systemctl start ntpd 3.再次设置开机自启动: systemctl enable ntpd 4.重启服务器测试ntpd即可正常自启动了…
方式一: # 在/etc/rc.d/rc.local文件中追加启动命令,该文件追加后,会随着机器自动后,自动运行文件中的命令 # vim /etc/rc.d/rc.local # 权限问题:在centos7中,/etc/rc.d/rc.local的权限被降低了,所以需要执行如下命令赋予其可执行权限(如遇权限问题,请执行此命令) # chmod +x /etc/rc.d/rc.local 方式二: Centos 系统服务脚本目录: # /usr/lib/systemd/ 有系统(system)和用…
环境deepin mysql : docker run -p 3306:3306 --name tyer-mysql --restart=always -v $PWD/conf:/etc/mysql/conf.d -v $PWD/logs:/logs -v $PWD/data:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=root -d mysql:5.7 --lower_case_table_names=1 minio: docker run -p 9000:90…
redis 的安装配置: 可以直接去官网下载((https://redis.io/download) 解压文件到指定目录下  tar zxvf redis-5.0.7.tar.gz -C  /opt/install/ 1. 我的redis安装在 opt/install目录下 ,  2. 进入目录:cd redis-3.0.4 编译并安装 在redis-3.0.4目录下执行make命令 (1)运行make命令时故意出现的错误解析: (2)安装gcc: gcc是linux下的一个编译程序,是C程序的…
Win10--如何设置开机自启动项       1. 为需要自启动的程序创建快捷方式. 2. Win+R输入"shell:startup",按下回车键出现一个文件夹. 3. 将快捷方式拖入文件夹中.…
CentOS 7不带Mysql数据库了,默认的数据库是MariaDB(Mysql的一个分支). 可以按照以下步骤手动安装Mysql数据库. 1. 下载rpm安装文件 wget http://repo.mysql.com/mysql-community-release-el7.rpm 2. 执行rpm安装 rpm -ivh mysql-community-release-el7.rpm 依赖解析完成后,出现下列选项: Dependencies Resolved ==================…
先说一下系统环境:centos 6.5,然后我是以root身份执行的,没有权限的用户参见sudo用法 第1步:查找并安装ibus安装包,命令如下: 找到一行: ibus-pinyin.x86_64 : The Chinese Pinyin and Bopomofo engines for IBus input platform 然后执行命令如下: [root@single Desktop]# yum install ibus-pinyin.x86_64 然后等待安装就可以了. 第2步:将安装的文…
https://blog.csdn.net/xxq929604980/article/details/78558317 http://man.linuxde.net/chkconfig 1.脚本编写 1.2.脚本前三行注释是注册服务所必须的,可以改参数,设置好php安装路径,项目跟路径,启动文件即可   #!/bin/bash   #chkconfig:2345 90 10   #description:activitytask service   #processname:activityta…
参考资料:http://www.cnblogs.com/handongyu/p/6419305.html    http://coolnull.com/1986.html 一.安装libevent 首先检查系统中是否安装了libevent [root@yeebian ~]# rpm -qa | grep libevent 如果安装了则查看libevent的安装路径,后续安装时需要用到 [root@yeebian ~]# rpm -ql libevent 如果没有安装,则先安装libevent […
前言:当浏览器页面显示不出来的时候,重启装在服务器上的tomcat可以正常使用,是通过进入tomcat的bin目录,双击startup.bat运行启动的程序,这时会弹出启动窗口(tomcat的运行日志窗口),该窗口也不能关闭,一旦关闭则程序停止运行.把tomcat设置成后台运行并且开机自启动可以避免这一弊端.   1.安装jdk和tomcat(tomcat下载解压版,解压即能用),jdk和tomcat与操作系统位数一致,可避免很多坑!!!配置环境变量,tomcat和jdk的. tomcat的环境…
每次启动nginx服务都需要到安装目录下的/sbin下面,感觉挺麻烦的. 下面介绍一下如何在Linux(CentOS)系统上,设置nginx开机自启动. 1 用脚本管理nginx服务 第一步:在/etc/init.d/目录下创建nginx文件,命令如下: # touch /etc/init.d/nginx 第二步:在创建的nginx文件中加入下面的内容 首先执行命令: # vim /etc/init.d/nginx 然后加下面的内容复制到nginx配置文件中 #!/bin/sh # # ngin…
开机自启动服务的原理$ sshd on #手动设置3级别的开机自启动 [leiyf@leiyangfeng ~] #手动设置3级别的开机自启动,实质是在对应运行级别的目录rc3.d下创建一个sshd的启动脚本(/etc/init.d/sshd)的软连接S55sshd,如下: root root Oct : /etc/rc.d/rc3.d/S55sshd -> ../init.d/sshd而设置3级别的开机关闭,如下: $sudo chkconfig --level 3 sshd off[leiy…
CentOS 7不带Mysql数据库了,默认的数据库是MariaDB(Mysql的一个分支). 可以按照以下步骤手动安装Mysql数据库. 1. 下载rpm安装文件 ? 1 wget http://repo.mysql.com/mysql-community-release-el7.rpm 2. 执行rpm安装 ? 1 rpm -ivh mysql-community-release-el7.rpm 依赖解析完成后,出现下列选项: ? 1 2 3 4 5 6 7 8 9 10 11 12 13…
开发了一个wpf程序,需要管理员权限,设置了requireAdministrator 同时需要开机自启动,所以添加了注册表: using (RegistryKey key = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true)) { key.SetValue("MyApp", "\"" + System.Re…
设置PostgreSQL开机自启动PostgreSQL的开机自启动脚本位于PostgreSQL源码目录的contrib/start-scripts路径下cd /opt/soft_bak/postgresql-10.1/contrib/start-scripts/ linux文件即为linux系统上的启动脚本1)修改linux文件属性,添加X属性#chmod u+x linux#chmod o+x linux 2) 复制linux文件到/etc/init.d目录下,更名为postgresql#cp…
有个同事说重启了服务器没有自启动redis,我看了一下,是以前手动编译安装的模式,没有配置开机启动的服务 这边做个笔记记录一下redis如何设置编译安装模式的开机自启动. 第一种方法: 1.编写redis.conf配置文件 配置文件路径:/etc/redis.conf daemonize是守护进程的意思 把daemonize no改成daemonize yes 2.找到./install_server.sh脚本 make install安装命令是不带自启动脚本的. 而redis官方提供了一个手动…
首先显示出所有的容器 docker ps -a #显示所有容器 设置已经建立的容器的开机自启动方法 docker update --restart=always <container ID 根据上个命令显示出来的容器id>  …
编写开机自启动脚本 进入到开机自启动调用文件目录 vim /etc/systemd/system/sonarqube.service [Unit] Description=SonarQube service After=syslog.target network.target [Service] Type=forking //根据自己安装目录的启动路径填写 ExecStart=/opt/sonarqube/bin/linux-x86-64/sonar.sh start ExecStop=/opt…
方法一.写入rc.local 在/etc/rc.local文件中编辑需要执行的脚本或者命令,我个人习惯用这个,因人而异,有的项目可能需要热加载配置文件,用服务会更好 #普罗米修斯启动,需要后面接config配置文件路径选项 nohup /root/linux_jiankong/prometheus/prometheus --config.file=/root/linux_jiankong/prometheus/prometheus.yml & #node_exporte启动 nohup /roo…
1.把开机启动脚本(mysqld)copy到文件夹/etc/init.d 或 /etc/rc.d/init.d 中 2.将启动程序的命令添加到 /etc/rc.d/rc.local 文件中,比如: #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want…
一.到官网下载nginx Mainline  version:  nginx主力版本,为开发版 Stable version: 稳定版,在生产环境中选择此版本进行安装 Legacy versions:历史版本 nginx 下载地址:http://nginx.org/download/nginx-1.18.0.tar.gz 2. 安装依赖库 1.安装gcc环境 命令:yum install gcc-c++ 2.Nginx的http模块依赖pcre  命令:yum install -y pcre p…
例如开机自启动nginx 编写一个脚本 #vi /usr/local/Monitor_nginx.sh #!/bin/bash if [ "$(ps -ef | grep "nginx: master process"| grep -v grep )" == "" ] then /usr/local/nginx/sbin/nginx fi #chmod u+x /usr/local/Monitor_nginx.sh #vi /etc/rc.loc…