systemctl 的一些用法

 

开启服务,比如开启数据库

systemctl start mariadb

将服务设置为开机后自动启动

systemctl enable mariadb

 

相关文章: