touch /usr/lib/systemd/system/lxcfs.servicecat > /usr/lib/systemd/system/lxcfs.service <<EOF[Unit]Description=lxcfs[Service]ExecStart=/usr/bin/lxcfs -f /var/lib/lxcfsRestart=on-failure#ExecReload=/bin/kill -s SIGHUP $MAINPID[Install]WantedBy=multi-user.targetEOFsystemctl daemon-reloadsystemctl start lxcfs.service
