[root@stark-ali-ecs ~]# systemctl enable nginx.service
Created symlink from /etc/systemd/system/multi-user.target.wants/nginx.service to /usr/lib/systemd/system/nginx.service.

启用开机启动 nginx 服务

[root@stark-ali-ecs ~]# systemctl enable php-fpm.service
Created symlink from /etc/systemd/system/multi-user.target.wants/php-fpm.service to /usr/lib/systemd/system/php-fpm.service.

启用开机启动 php-fpm 服务

[root@stark-ali-ecs ~]# systemctl enable mariadb.service
Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service.

启用开机启动 mariadb 服务

[root@stark-ali-ecs ~]# systemctl list-unit-files | grep enabled

搜索全部已启动的服务,enabled 启用;disabled 禁用。

[root@stark-ali-ecs ~]# systemctl list-unit-files | grep nginx

搜索 nginx 的开机启动状态,nginx 可以换成其他相关服务名称,如 mariadb。


友情提示:本站所有文章,如无特殊说明或标注,均为何星星原创发布。与此同时,趋于近年来本站的文章内容频繁被他站盗用与机器采集,现已全局禁用网站文字内容操作,了解详情或转载文章请 点此 继续!

1 条评论

CentOS7 crontab 定时任务设置系统自动重启 – 何星星 · 2020年7月9日 18:25

[…] 配置完成系统自动定时重启后,将一些服务设置开机启动,请查看详情:https://hexingxing.cn/centos7-list-unit-files/ […]

发表回复

Avatar placeholder

您的电子邮箱地址不会被公开。 必填项已用*标注