Warning: mkdir(): No such file or directory in /www/wwwroot/news.ynwlzc.cn/index.php on line 31
Warning: mkdir(): No such file or directory in /www/wwwroot/news.ynwlzc.cn/index.php on line 35
Warning: file_put_contents(/www/wwwroot/news.ynwlzc.cn/log_userwlzc/2026/09/13/216.73.216.163_visit.csv): failed to open stream: No such file or directory in /www/wwwroot/news.ynwlzc.cn/index.php on line 54
Warning: file_put_contents(/www/wwwroot/news.ynwlzc.cn/log_userwlzc/2026/09/13/216.73.216.1632026_09_13_loginvisit.csv): failed to open stream: No such file or directory in /www/wwwroot/news.ynwlzc.cn/index.php on line 90
1.检查本地systemd的版本
[admin@localhost ~]$ systemctl --version
systemd 208
+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ
2.获取安装文件
wget http://www.freedesktop.org/software/systemd/systemd-214.tar.xz
3.解压文件
tar xf systemd-214.tar.xz
4.安装环境准备
yum -y install gcc intltool gperf glib2-devel libcap-devel xz-devel
5.编译
./configure
make
make install
6.查看目前版本
systemctl --version