基本使用
CentOS 查询服务项
systemctl list-unit-files | grep enable
enabled是开机启动,disabled是开机不启动
查看服务启动日志
journalctl -u docker.service
服务文件路径
/etc/systemd/system/ipesdaemon.service
使用示例:
取得一项服务的文件路径
cat /etc/systemd/system/ipesdaemon.service | grep ExecStart | cut -c 24-$(cat /etc/systemd/system/ipesdaemon.service | grep ExecStart | awk '{print length($0)-17}')