#查看正在运行的服务
systemctl#查看一个服务的状态
systemctl status postgresql-9.4.service#开机时启用一个服务
systemctl enable postgresql-9.4.service#开机时关闭一个服务
systemctl disable postgresql-9.4.service#查看服务是否开机启动
systemctl is-enabled postgresql-9.4.service本文共 280 字,大约阅读时间需要 1 分钟。
#查看正在运行的服务
systemctl#查看一个服务的状态
systemctl status postgresql-9.4.service#开机时启用一个服务
systemctl enable postgresql-9.4.service#开机时关闭一个服务
systemctl disable postgresql-9.4.service#查看服务是否开机启动
systemctl is-enabled postgresql-9.4.service转载于:https://my.oschina.net/u/3371661/blog/3032216