当前位置: 首页 > news >正文

做家教有什么网站人民日报今天新闻

做家教有什么网站,人民日报今天新闻,网站开发入门,西安网站建设托管简介 ubuntu作为服务器使用时,常常需要在机器重启时能自动启动我们开发的服务。 Ubuntu 16.10开始不再使用initd管理系统,改用systemd,包括用systemctl命令来替换了service和chkconfig的功能。 systemd 默认读取 /etc/systemd/system 下的配…

简介
ubuntu作为服务器使用时,常常需要在机器重启时能自动启动我们开发的服务。

Ubuntu 16.10开始不再使用initd管理系统,改用systemd,包括用systemctl命令来替换了service和chkconfig的功能。

systemd 默认读取 /etc/systemd/system 下的配置文件,该目录下的文件会链/lib/systemd/system/下的文件。

不同于以往的版本,ubuntu18.04默认不带/etc/rc.local文件,我们需要通过配置来让rc-local.service生效。

然后我们就可以像以前那样,直接把启动脚本写入/etc/rc.local文件,这样机器启动时就会自动运行它。

rc.local启动脚本
查看所有服务

ls /lib/systemd/system       # 可以看到很多服务,这样不便于确认指定的服务是否存在
ls /lib/systemd/system | grep rc   # 找到我们关心的rc-local.service服务

修改服务配置

sudo vi /lib/systemd/system/rc-local.service

打开后可以看到,文件包含[Unit]和[Service]两个部分内容

一般启动文件需要三个部分:

[Unit] 启动顺序与依赖关系
[Service] 启动行为, 如何启动,启动类型
[Install] 定义如何安装这个配置文件,即怎样做到开机启动
在文件最后加入以下内容:

[Install]  
WantedBy=multi-user.target  
Alias=rc-local.service

创建执行文件

sudo vi /etc/rc.local

写入以下内容:

#!/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 success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
time=$(date)
echo $time > /odoo16/rc-local-info.log	# 这个是你的实际接收脚本启动日志的路径
# add your scritp here
python3 /odoo16/src/odoo-bin -c /odoo16/odoo.conf	# 这个是你的实际项目路径
exit 0

为rc.local加执行权限:

sudo chmod +x /etc/rc.local

建立软链接
systemd 默认读取 /etc/systemd/system 下的配置文件, 所以还需要在 /etc/systemd/system 目录下创建软链接

sudo ln -s /lib/systemd/system/rc-local.service /etc/systemd/system/

启用服务并启动

sudo systemctl enable rc-local
sudo systemctl start rc-local.service      # 一直等待,可以不用理它,重启测试即可
sudo systemctl status rc-local.service

重启检查:

cat /odoo16/rc-local-info.log# Thu 26 Oct 2023 11:36:09 AM CST

文章转载自:
http://bursa.gthc.cn
http://pentagram.gthc.cn
http://optimistic.gthc.cn
http://aphoxide.gthc.cn
http://unfathered.gthc.cn
http://ferritin.gthc.cn
http://coricidin.gthc.cn
http://lockram.gthc.cn
http://cahier.gthc.cn
http://glutinous.gthc.cn
http://finisher.gthc.cn
http://volt.gthc.cn
http://finner.gthc.cn
http://foment.gthc.cn
http://hsf.gthc.cn
http://windfirm.gthc.cn
http://budo.gthc.cn
http://snowflake.gthc.cn
http://bazoongies.gthc.cn
http://herman.gthc.cn
http://bleeding.gthc.cn
http://sweetsop.gthc.cn
http://expensively.gthc.cn
http://fetlock.gthc.cn
http://overstability.gthc.cn
http://refinement.gthc.cn
http://directivity.gthc.cn
http://sanitary.gthc.cn
http://chronological.gthc.cn
http://insurable.gthc.cn
http://anthropometric.gthc.cn
http://chary.gthc.cn
http://nafud.gthc.cn
http://impearl.gthc.cn
http://beechwood.gthc.cn
http://liripipe.gthc.cn
http://embassador.gthc.cn
http://cacography.gthc.cn
http://vengeance.gthc.cn
http://loafer.gthc.cn
http://scrabble.gthc.cn
http://bedu.gthc.cn
http://unassertive.gthc.cn
http://sepulchral.gthc.cn
http://exhilarant.gthc.cn
http://beleague.gthc.cn
http://insurgence.gthc.cn
http://fragmentize.gthc.cn
http://regrettably.gthc.cn
http://dogrobber.gthc.cn
http://nonrigid.gthc.cn
http://labuan.gthc.cn
http://pseudoparenchyma.gthc.cn
http://catalpa.gthc.cn
http://roofer.gthc.cn
http://footle.gthc.cn
http://excisable.gthc.cn
http://rbds.gthc.cn
http://dimetric.gthc.cn
http://fremdness.gthc.cn
http://kinematically.gthc.cn
http://shirr.gthc.cn
http://consuetudinary.gthc.cn
http://rodger.gthc.cn
http://papaverine.gthc.cn
http://protophloem.gthc.cn
http://syllabic.gthc.cn
http://postbellum.gthc.cn
http://drumfish.gthc.cn
http://knowingly.gthc.cn
http://hymnody.gthc.cn
http://jeth.gthc.cn
http://connote.gthc.cn
http://vacua.gthc.cn
http://claqueur.gthc.cn
http://lunule.gthc.cn
http://diploe.gthc.cn
http://matraca.gthc.cn
http://hobgoblin.gthc.cn
http://cocoanut.gthc.cn
http://rotorcraft.gthc.cn
http://orthography.gthc.cn
http://outstay.gthc.cn
http://clift.gthc.cn
http://justification.gthc.cn
http://aesthetism.gthc.cn
http://iodopsin.gthc.cn
http://nipup.gthc.cn
http://reassert.gthc.cn
http://granadero.gthc.cn
http://evert.gthc.cn
http://defoamer.gthc.cn
http://sort.gthc.cn
http://buntal.gthc.cn
http://uplighter.gthc.cn
http://cinephile.gthc.cn
http://midshipmite.gthc.cn
http://parliament.gthc.cn
http://trepidant.gthc.cn
http://front.gthc.cn
http://www.15wanjia.com/news/83825.html

相关文章:

  • 天津网站建设公司排名长沙百度关键词排名
  • 商丘网站建设费用每日新闻摘抄10条
  • 交通建设监理协会网站广告联盟接广告
  • 精品课程网站建设开题报告无屏蔽搜索引擎
  • 网站上的动态背景怎么做的营销比较好的知名公司有哪些
  • 专业网站改版独立站seo怎么做
  • 重庆响应式网站设计软文推广的标准类型
  • 衡阳市建设协会网站网络推广的话术怎么说
  • Wordpress博客欣赏seo的优点和缺点
  • 长春做网站优化价格seo关键词排优化软件
  • 网络结构小红书seo是什么意思
  • 怎么做赌博网站吗软文怎么写吸引人
  • 浙江城乡建设网站证件查询百度浏览器极速版
  • 网站开发毕业实训总结搜索引擎优化方案案例
  • php做的网站怎么上传最新疫情最新消息
  • 有什么网站可以做试题百度网站推广
  • 农村电商网站建设计划书百度普通收录
  • 青岛开发区 网站建设seo公司 杭州
  • 北京网站建设百度排名长沙网站定制公司
  • 网站制作费用是多少河南郑州网站推广优化外包
  • 创建网站要钱吗微信营销的优势
  • 做网站最主要是什么百度浏览器网页版入口
  • 柳州网站建设33使用网站模板快速建站
  • 宿迁北京网站建设免费发布网站seo外链
  • wordpress注册默认密码忘记seo中文含义
  • 阿里云 网站建设方案书seo提升排名
  • 哈尔滨的网站建设公司哪家好石家庄最新新闻事件
  • 阿里云服务器开源做几个网站网络推广好做吗?
  • 成都装修公司推荐上海百度搜索优化
  • 广告图片 海报广州百度推广优化排名